[% USE Branches %]
[% IF recalls.count %] [% IF checkboxes %][% END %] [% UNLESS specific_patron %][% END %] [% UNLESS viewing_old %][% END %] [% UNLESS viewing_old %][% END %] [% FOREACH recall IN recalls %] [% IF recall.completed %][% ELSE %][% END %] [% IF checkboxes %] [% END %] [% UNLESS specific_patron %] [% END %] [% UNLESS viewing_old %] [% END %] [% UNLESS viewing_old %] [% END %] [% END %]
 TitleRequested byPlaced on Expires on Pickup location StatusDue date 
[% IF recall.completed %]   [% ELSE %] [% END %] [% recall.biblio.title | html %] [% FOREACH s IN recall.biblio.subtitle %] [% s | html %] [% END %] [% IF recall.item %][% recall.item.barcode | html %][% END %] [% recall.biblio.author | html %] [% INCLUDE 'patron-title.inc' patron=recall.patron hide_patron_infos_if_needed=1 link_to="circulation_recalls" %] [% recall.created_date | $KohaDates %] [% IF ( recall.expiration_date ) %] [% recall.expiration_date | $KohaDates %] [% ELSIF ( !recall.completed ) %] Never expires [% ELSE %] - [% END %] [% recall.library.branchname | html %] [% IF ( recall.in_transit ) %] In transit to [% recall.library.branchname | html %] [% ELSIF ( recall.waiting ) %] Ready for pickup [% ELSIF ( recall.expired ) %] Expired on [% recall.expiration_date | $KohaDates %] [% ELSIF ( recall.cancelled ) %] Cancelled on [% recall.completed_date | $KohaDates %] [% ELSIF ( recall.overdue ) %] Overdue to be returned [% ELSIF ( recall.fulfilled ) %] Fulfilled [% ELSE %] Requested [% END %] [% IF recall.requested and recall.checkout %] Due to be returned by [% recall.checkout.date_due | $KohaDates %] [% ELSIF recall.waiting and RECALL.expiration_date %] Pick up by [% RECALL.expiration_date | $KohaDates %] [% ELSE %] - [% END %] [% IF recall.completed %]   [% ELSE %]
Actions
[% END %]
[% ELSE %] [% IF patron.borrowernumber %]
Patron has no recalls.
[% ELSE %]
There are no recalls to show.
[% END %] [% END %]