[% IF Koha.Preference('CircSidebar') %]
[% ELSE %]
[% END %]
[% END %]
[% END %]
[% IF Koha.Preference('CircSidebar') %]
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 ) %] [% END %] [% IF ( waiting ) %] [% END %] [% END %] [% ELSE %]- Holds waiting: [% reservecount | html %]
- Holds waiting over [% Koha.Preference('ReservesMaxPickUpDelay') | html %] days: [% overcount | html %]
[% IF ( reserveloop ) %]
[% INCLUDE waiting_holds.inc table_name='holdst' reserveloop=reserveloop %]
[% ELSE %]
[% END %]
[% IF ( ReservesMaxPickUpDelay ) %]
Holds listed here have been awaiting pickup for more than [% ReservesMaxPickUpDelay | html %] days.
[% END %] [% IF ( overloop ) %] [% UNLESS TransferWhenCancelAllWaitingHolds %] Only items that need not be transferred will be cancelled (TransferWhenCancelAllWaitingHolds syspref) [% END %] [% INCLUDE waiting_holds.inc table_name='holdso' reserveloop=overloop %] [% ELSE %] [% END %]