|
Lines 440-446
legend:hover {
Link Here
|
| 440 |
[% IF category_type == 'I' %] |
440 |
[% IF category_type == 'I' %] |
| 441 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
441 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
| 442 |
<span class="label">Organization:</span> |
442 |
<span class="label">Organization:</span> |
| 443 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
443 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor %] |
| 444 |
</li> |
444 |
</li> |
| 445 |
<li> |
445 |
<li> |
| 446 |
<span class="label">Relationship:</span> |
446 |
<span class="label">Relationship:</span> |
|
Lines 449-455
legend:hover {
Link Here
|
| 449 |
[% ELSE %] |
449 |
[% ELSE %] |
| 450 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
450 |
<li class="guarantor-details" data-borrowernumber="[% r.guarantor_id | $raw %]"> |
| 451 |
<span class="label">Guarantor:</span> |
451 |
<span class="label">Guarantor:</span> |
| 452 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
452 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor %] |
| 453 |
</li> |
453 |
</li> |
| 454 |
<li> |
454 |
<li> |
| 455 |
<span class="label">Relationship:</span> |
455 |
<span class="label">Relationship:</span> |
| 456 |
- |
|
|