| Lines 1-4
          
      
      
        Link Here | 
          
            
              | 1 |     [% USE raw %] | 1 | [% USE raw %] | 
        
          | 2 | [% USE Asset %] | 2 | [% USE Asset %] | 
        
          | 3 | [% USE Koha %] | 3 | [% USE Koha %] | 
        
          | 4 | [% USE KohaDates %] | 4 | [% USE KohaDates %] | 
  
    | Lines 69-75
          
      
      
        Link Here | 
        
          | 69 |                                 [% ELSIF ( circ_error_NOT_FOR_LOAN ) %] | 69 |                                 [% ELSIF ( circ_error_NOT_FOR_LOAN ) %] | 
        
          | 70 |                                     <span id="ce_not_for_loan">This item is not for loan.</span> | 70 |                                     <span id="ce_not_for_loan">This item is not for loan.</span> | 
        
          | 71 |                                 [% ELSIF ( circ_error_DEBT ) %] | 71 |                                 [% ELSIF ( circ_error_DEBT ) %] | 
          
            
              | 72 |                                     <span id="ce_too_much_debt">You owe the library [% DEBT | $Price %] and cannot check out.</span> | 72 |                                     <span id="ce_too_much_debt">You owe the library [% currencySym %] [% DEBT | $Price %] and cannot check out.</span> | 
        
          | 73 |                                 [% ELSIF ( circ_error_WTHDRAWN ) %] | 73 |                                 [% ELSIF ( circ_error_WTHDRAWN ) %] | 
        
          | 74 |                                     <span id="ce_wthdrawn">This item has been withdrawn from the collection.</span> | 74 |                                     <span id="ce_wthdrawn">This item has been withdrawn from the collection.</span> | 
        
          | 75 |                                 [% ELSIF ( circ_error_RESTRICTED ) %] | 75 |                                 [% ELSIF ( circ_error_RESTRICTED ) %] |