| 
      
            Lines 37-44
          
      
      
        Link Here
      
     | 
  
        
          | 37 | 
                                  [% reserveloo.borrower.first_valid_email_address | html %]</a></span>  | 
          37 | 
                                  [% reserveloo.borrower.first_valid_email_address | html %]</a></span>  | 
        
        
          | 38 | 
                              [% END %]  | 
          38 | 
                              [% END %]  | 
        
        
          | 39 | 
                          </td>  | 
          39 | 
                          </td>  | 
        
          
            
              | 40 | 
                              <td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td>  | 
              40 | 
                              <td>[% reserveloo.item.home_branch.branchname | html %]</td>  | 
            
            
              | 41 | 
                              <td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %]</td>  | 
              41 | 
                              <td>[% reserveloo.item.holding_branch.branchname | html %]</td>  | 
            
        
          | 42 | 
                          <td>[% AuthorisedValues.GetByCode('LOC', reserveloo.item.location) | html %]</td> | 
          42 | 
                          <td>[% AuthorisedValues.GetByCode('LOC', reserveloo.item.location) | html %]</td> | 
        
        
          | 43 | 
                          <td>[% reserveloo.item.itemcallnumber | html %]</td>  | 
          43 | 
                          <td>[% reserveloo.item.itemcallnumber | html %]</td>  | 
        
        
          | 44 | 
                          <td>[% reserveloo.item.copynumber | html %]</td>  | 
          44 | 
                          <td>[% reserveloo.item.copynumber | html %]</td>  | 
        
  
    | 
      
            Lines 51-57
          
      
      
        Link Here
      
     | 
  
        
          | 51 | 
                                  <input type="hidden" name="tbr" value="[% reserveloo.item.homebranch | html %]" />  | 
          51 | 
                                  <input type="hidden" name="tbr" value="[% reserveloo.item.homebranch | html %]" />  | 
        
        
          | 52 | 
                                  <input type="hidden" name="tab" value="[% tab | html %]">  | 
          52 | 
                                  <input type="hidden" name="tab" value="[% tab | html %]">  | 
        
        
          | 53 | 
                                  [% IF ( reserveloo.item.homebranch != reserveloo.item.holdingbranch ) %]  | 
          53 | 
                                  [% IF ( reserveloo.item.homebranch != reserveloo.item.holdingbranch ) %]  | 
        
          
            
              | 54 | 
                                          <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-remove"></i> Cancel hold and return to: [% Branches.GetName( reserveloo.item.homebranch ) | html %]</button>  | 
              54 | 
                                          <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-remove"></i> Cancel hold and return to: [% reserveloo.item.home_branch.branchname | html %]</button>  | 
            
        
          | 55 | 
                                  [% ELSE %]  | 
          55 | 
                                  [% ELSE %]  | 
        
        
          | 56 | 
                                      <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-remove"></i> Cancel hold</button>  | 
          56 | 
                                      <button type="submit" class="btn btn-default btn-xs"><i class="fa fa-remove"></i> Cancel hold</button>  | 
        
        
          | 57 | 
                                  [% END %]  | 
          57 | 
                                  [% END %]  |