| Link Here | 
        
          | 1 | [% USE Koha %] | 1 | [% USE Koha %] | 
            
              |  |  | 2 | [% USE KohaDates %] | 
        
          | 2 | [% IF ( patron.borrowernumber ) %] | 3 | [% IF ( patron.borrowernumber ) %] | 
        
          | 3 | <div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5> | 4 | <div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5> | 
        
          | 4 | <!--[if IE 6]> | 5 | <!--[if IE 6]> | 
  
    | Link Here | 
        
          | 69 |     <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li> | 70 |     <li class="patroncategory">Category: [% patron.category.description | html %] ([% patron.categorycode | html %])</li> | 
        
          | 70 |     <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li> | 71 |     <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) | html %]</li> | 
        
          | 71 |     <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li> | 72 |     <li class="patronborrowernumber">Borrowernumber: [% patron.borrowernumber | html %]</li> | 
            
              |  |  | 73 |     <li><span class="patronupdatedon">Updated on [% patron.updated_on | $KohaDates with_hours => 1 %]</span></li> | 
        
          | 72 |   </ul></div> | 74 |   </ul></div> | 
        
          | 73 | <div id="menu"> | 75 | <div id="menu"> | 
        
          | 74 | <ul> | 76 | <ul> | 
            
              | 75 | -  |  |  |