|
Lines 75-81
Link Here
|
| 75 |
|
75 |
|
| 76 |
[% UNLESS viewing_old %] |
76 |
[% UNLESS viewing_old %] |
| 77 |
<td class="recall-duedate"> |
77 |
<td class="recall-duedate"> |
| 78 |
[% IF recall.requested and recall.checkout %] |
78 |
[% IF ( recall.requested or recall.overdue ) and recall.checkout %] |
| 79 |
<span>Due to be returned by [% recall.checkout.date_due | $KohaDates %]</span> |
79 |
<span>Due to be returned by [% recall.checkout.date_due | $KohaDates %]</span> |
| 80 |
[% ELSIF recall.waiting and RECALL.expiration_date %] |
80 |
[% ELSIF recall.waiting and RECALL.expiration_date %] |
| 81 |
<span>Pick up by [% RECALL.expiration_date | $KohaDates %]</span> |
81 |
<span>Pick up by [% RECALL.expiration_date | $KohaDates %]</span> |
| 82 |
- |
|
|