[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation › Holds awaiting pickup [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]

Holds awaiting pickup for your library on: [% show_date | $KohaDates %] [% IF ( all_branches_link ) %] View all libraries [% END %]

[% IF ( cancel_result ) %] [% FOREACH cancel_result %] [% IF ( messagetransfert ) %]

This item is on hold for pick-up at [% Branches.GetName( branchname ) | html %]

[% nextreservtitle | html %] is on hold for [% nextreservsurname | html %], [% nextreservfirstname | html %]. Please retain this item and check it in to process the hold.

[% END %] [% IF ( waiting ) %]

This item is on hold for pick-up at your library

[% nextreservtitle | html %] is on hold for [% nextreservsurname | html %], [% nextreservfirstname | html %]. Please retain this item and check it in to process the hold.

[% END %] [% END %] [% ELSE %]
[% IF ( reserveloop ) %] [% INCLUDE waiting_holds.inc table_name='holdst' reserveloop=reserveloop %] [% ELSE %]
No holds found.
[% END %]
[% IF ( ReservesMaxPickUpDelay ) %]

Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.

[% END %] [% IF ( overloop ) %]
[% IF TransferWhenCancelAllWaitingHolds %] [% ELSE %] [% END %]
[% UNLESS TransferWhenCancelAllWaitingHolds %] Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds sypref) [% END %] [% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop %] [% ELSE %]
No holds found.
[% END %]
[% END %] [% IF Koha.Preference('CircSidebar') %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]