[% USE Koha %]
[% USE KohaDates %]
[% INCLUDE 'doc-head-open.inc' %]
[% UNLESS ( multi_hold ) %]
Koha › Circulation › Holds › Place a hold on [% title |html %]
[% ELSE %]
Koha › Circulation › Holds › Confirm holds
[% END %]
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'datatables.inc' %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'circ-search.inc' %]
[% UNLESS ( multi_hold ) %]
[%IF (multi_hold) %]
Cannot place hold: one or more records without items attached.
[% ELSE %]
Cannot place hold: this record has no items attached.
[% END %]
div>
[% ELSE %]
[% IF ( messagetransfert ) %]
Hold found for ([% nextreservtitle %]), please transfer
Hold placed by : [% nextreservsurname %] [% nextreservfirstname %] at : [% branchname %] , Please transfer this item.
[% END %]
[% UNLESS ( multi_hold ) %]
Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title |html %]
[% ELSE %]
Confirm holds
[% END %]
[% UNLESS ( borrowernumber ) %]
[% IF ( messageborrower ) %]
Patron not found
No patron with this name, please, try another
[% END %]
[% ELSE %]
[% IF ( exceeded_maxreserves || alreadyreserved || none_available || alreadypossession || ageRestricted ) %]
Too many holds: [% borrowerfirstname %] [% borrowersurname %] can place [% new_reserves_allowed %] of the requested [% new_reserves_count %] holds for a maximum of [% maxreserves %] total holds.