|
Lines 133-139
Link Here
|
| 133 |
[% IF ( lost ) %] |
133 |
[% IF ( lost ) %] |
| 134 |
<li class="blocker">Patron's card has been reported lost.</li> |
134 |
<li class="blocker">Patron's card has been reported lost.</li> |
| 135 |
[% END %] |
135 |
[% END %] |
| 136 |
[% IF ( expired ) %] |
136 |
[% IF ( patron.is_expired ) %] |
| 137 |
<li class="blocker"> |
137 |
<li class="blocker"> |
| 138 |
<span class="circ-hlt">Expiration:</span> |
138 |
<span class="circ-hlt">Expiration:</span> |
| 139 |
[% IF ( patron.dateexpiry ) %] |
139 |
[% IF ( patron.dateexpiry ) %] |
|
Lines 439-445
Link Here
|
| 439 |
<span class="label">Expiration date: </span> |
439 |
<span class="label">Expiration date: </span> |
| 440 |
[% IF ( was_renewed ) %] |
440 |
[% IF ( was_renewed ) %] |
| 441 |
<strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> |
441 |
<strong class="reregistrinfo">[% patron.dateexpiry | $KohaDates %]</strong> |
| 442 |
[% ELSIF ( expired ) %] |
442 |
[% ELSIF ( patron.is_expired ) %] |
| 443 |
<span class="blocker"> |
443 |
<span class="blocker"> |
| 444 |
[% patron.dateexpiry | $KohaDates %] |
444 |
[% patron.dateexpiry | $KohaDates %] |
| 445 |
<strong><em>Expired</em></strong> |
445 |
<strong><em>Expired</em></strong> |