| Lines 1-5
          
      
      
        Link Here | 
        
          | 1 | [% USE Asset %] | 1 | [% USE Asset %] | 
        
          | 2 | [% USE Koha %] | 2 | [% USE Koha %] | 
            
              |  |  | 3 | [% USE Branches %] | 
        
          | 3 | [% USE KohaDates %] | 4 | [% USE KohaDates %] | 
        
          | 4 | [% USE ColumnsSettings %] | 5 | [% USE ColumnsSettings %] | 
        
          | 5 | [% USE AuthorisedValues %] | 6 | [% USE AuthorisedValues %] | 
  
    | Lines 19-24
          
      
      
        Link Here | 
        
          | 19 | <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  › Account for [% INCLUDE 'patron-title.inc' %]</div> | 20 | <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a>  › Account for [% INCLUDE 'patron-title.inc' %]</div> | 
        
          | 20 |  | 21 |  | 
        
          | 21 | <div id="doc3" class="yui-t2"> | 22 | <div id="doc3" class="yui-t2"> | 
            
              |  |  | 23 |  | 
        
          | 22 |    <div id="bd"> | 24 |    <div id="bd"> | 
        
          | 23 | 	<div id="yui-main"> | 25 | 	<div id="yui-main"> | 
        
          | 24 | 	<div class="yui-b"> | 26 | 	<div class="yui-b"> | 
  
    | Lines 40-45
          
      
      
        Link Here | 
        
          | 40 |       <tr> | 42 |       <tr> | 
        
          | 41 |           <th class="title-string">Date</th> | 43 |           <th class="title-string">Date</th> | 
        
          | 42 |           <th>Description of charges</th> | 44 |           <th>Description of charges</th> | 
            
              |  |  | 45 |           <th>Home library</th> | 
        
          | 43 |           <th>Note</th> | 46 |           <th>Note</th> | 
        
          | 44 |           <th>Amount</th> | 47 |           <th>Amount</th> | 
        
          | 45 |           <th>Outstanding</th> | 48 |           <th>Outstanding</th> | 
  
    | Lines 61-66
          
      
      
        Link Here | 
        
          | 61 |         [%- IF account.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) %][% END %] | 64 |         [%- IF account.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) %][% END %] | 
        
          | 62 |         [%- IF account.description %], [% account.description %][% END %] | 65 |         [%- IF account.description %], [% account.description %][% END %] | 
        
          | 63 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.item.biblio.title |html %]</a>[% END %]</td> | 66 |          [% IF ( account.itemnumber ) %]<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber %]&itemnumber=[% account.itemnumber %]">[% account.item.biblio.title |html %]</a>[% END %]</td> | 
            
              |  |  | 67 |       <td>[% IF account.itemnumber %][% Branches.GetName( account.item.homebranch ) %][% END %]</td> | 
        
          | 64 |       <td>[% account.note | html_line_break %]</td> | 68 |       <td>[% account.note | html_line_break %]</td> | 
        
          | 65 |       [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> | 69 |       [% IF ( account.amountcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amount | $Price %]</td> | 
        
          | 66 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td> | 70 |       [% IF ( account.amountoutstandingcredit ) %]<td class="credit" style="text-align: right;">[% ELSE %]<td class="debit" style="text-align: right;">[% END %][% account.amountoutstanding | $Price %]</td> | 
  
    | Lines 85-91
          
      
      
        Link Here | 
        
          | 85 |   [% END %] | 89 |   [% END %] | 
        
          | 86 | <tfoot> | 90 | <tfoot> | 
        
          | 87 |   <tr> | 91 |   <tr> | 
          
            
              | 88 |     <td colspan="4">Total due</td> | 92 |     <td colspan="5">Total due</td> | 
        
          | 89 |     [% IF ( totalcredit ) %] | 93 |     [% IF ( totalcredit ) %] | 
        
          | 90 |         <td class="credit" style="text-align: right;">[% total | $Price %]</td> | 94 |         <td class="credit" style="text-align: right;">[% total | $Price %]</td> | 
        
          | 91 |     [% ELSE %] | 95 |     [% ELSE %] | 
            
              | 92 | -  |  |  |