Lines 443-449
legend:hover {
Link Here
|
443 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
443 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
444 |
</li> |
444 |
</li> |
445 |
<li> |
445 |
<li> |
446 |
<span class="label">borrower_data.Relationship:</span> |
446 |
<span class="label">Relationship:</span> |
447 |
<span>[% r.relationship | html %]</span> |
447 |
<span>[% r.relationship | html %]</span> |
448 |
</li> |
448 |
</li> |
449 |
[% ELSE %] |
449 |
[% ELSE %] |
Lines 452-458
legend:hover {
Link Here
|
452 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
452 |
[% INCLUDE 'patron-title.inc' patron=r.guarantor hide_patron_infos_if_needed=1 %] |
453 |
</li> |
453 |
</li> |
454 |
<li> |
454 |
<li> |
455 |
<span class="label">borrower_data.Relationship:</span> |
455 |
<span class="label">Relationship:</span> |
456 |
<span>[% r.relationship | html %]</span> |
456 |
<span>[% r.relationship | html %]</span> |
457 |
</li> |
457 |
</li> |
458 |
|
458 |
|
459 |
- |
|
|