|
Lines 8-14
Link Here
|
| 8 |
<th>Waiting since</th> |
8 |
<th>Waiting since</th> |
| 9 |
<th>Date hold placed</th> |
9 |
<th>Date hold placed</th> |
| 10 |
[% IF table_name == 'holdscr' %] |
10 |
[% IF table_name == 'holdscr' %] |
| 11 |
<th data-type="@data-sort">Date cancellation requested</th> |
11 |
<th>Date cancellation requested</th> |
| 12 |
[% END %] |
12 |
[% END %] |
| 13 |
<th>Expiration date</th> |
13 |
<th>Expiration date</th> |
| 14 |
<th class="anti-the">Title</th> |
14 |
<th class="anti-the">Title</th> |
|
Lines 29-39
Link Here
|
| 29 |
<td data-order="[% reserveloo.waitingdate | html %]"><span>[% reserveloo.waitingdate | $KohaDates %]</span></td> |
29 |
<td data-order="[% reserveloo.waitingdate | html %]"><span>[% reserveloo.waitingdate | $KohaDates %]</span></td> |
| 30 |
<td data-order="[% reserveloo.reservedate | html %]"><span>[% reserveloo.reservedate | $KohaDates %]</span></td> |
30 |
<td data-order="[% reserveloo.reservedate | html %]"><span>[% reserveloo.reservedate | $KohaDates %]</span></td> |
| 31 |
[% IF table_name == 'holdscr' %] |
31 |
[% IF table_name == 'holdscr' %] |
| 32 |
<td> |
32 |
[% IF reserveloo.cancellation_requests.count %] |
| 33 |
[% FOREACH cancellation_request IN reserveloo.cancellation_requests %] |
33 |
[% FOREACH cancellation_request IN reserveloo.cancellation_requests %] |
| 34 |
<span data-order="[% cancellation_request.creation_date | html %]">[% cancellation_request.creation_date | $KohaDates %]</span> |
34 |
[% IF loop.first %] |
|
|
35 |
<td data-order="[% cancellation_request.creation_date | html %]"> |
| 36 |
[% END %] |
| 37 |
<span>[% cancellation_request.creation_date | $KohaDates %]</span> |
| 38 |
[% IF loop.last %] |
| 39 |
</td> |
| 40 |
[% END %] |
| 41 |
[% END %] |
| 42 |
[% ELSE %] |
| 43 |
<td></td> |
| 35 |
[% END %] |
44 |
[% END %] |
| 36 |
</td> |
|
|
| 37 |
[% END %] |
45 |
[% END %] |
| 38 |
<td data-order="[% reserveloo.expirationdate | html %]"><span>[% reserveloo.expirationdate | $KohaDates %]</span></td> |
46 |
<td data-order="[% reserveloo.expirationdate | html %]"><span>[% reserveloo.expirationdate | $KohaDates %]</span></td> |
| 39 |
<td> |
47 |
<td> |
| 40 |
- |
|
|