| Lines 457-463
          legend:hover {
      
      
        Link Here | 
        
          | 457 |                                                             [% IF patron_category.category_type == 'I' %] | 457 |                                                             [% IF patron_category.category_type == 'I' %] | 
        
          | 458 |                                                                 <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> | 458 |                                                                 <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> | 
        
          | 459 |                                                                     <span class="label">Organization:</span> | 459 |                                                                     <span class="label">Organization:</span> | 
          
            
              | 460 |                                                                     [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] | 460 |                                                                     [% INCLUDE 'patron-title.inc' patron=r.guarantor %] | 
        
          | 461 |                                                                 </li> | 461 |                                                                 </li> | 
        
          | 462 |                                                                 <li> | 462 |                                                                 <li> | 
        
          | 463 |                                                                     <span class="label">Relationship:</span> | 463 |                                                                     <span class="label">Relationship:</span> | 
  
    | Lines 466-472
          legend:hover {
      
      
        Link Here | 
        
          | 466 |                                                             [% ELSE %] | 466 |                                                             [% ELSE %] | 
        
          | 467 |                                                                 <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> | 467 |                                                                 <li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> | 
        
          | 468 |                                                                     <span class="label">Guarantor:</span> | 468 |                                                                     <span class="label">Guarantor:</span> | 
          
            
              | 469 |                                                                     [% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] | 469 |                                                                     [% INCLUDE 'patron-title.inc' patron=r.guarantor %] | 
        
          | 470 |                                                                 </li> | 470 |                                                                 </li> | 
        
          | 471 |                                                                 <li> | 471 |                                                                 <li> | 
        
          | 472 |                                                                     <span class="label">Relationship:</span> | 472 |                                                                     <span class="label">Relationship:</span> | 
            
              | 473 | -  |  |  |