[% IF ( message ) %]
[% ELSE # /IF message %]
[% IF ( none_available && multi_hold ) %]
Sorry, you cannot place holds.
-
[% IF ( GNA ) %]
- According to our records, we don't have up-to-date contact information. Please contact the library. [% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %] [% IF ( Koha.Preference('OPACPatronDetails') ) %](Please note: there may be a delay in restoring your account if you submit online.)[% END %] [% END %] [% IF ( lost ) %]
-
Your library card has been marked as lost or stolen.
If this is an error, please take your card to the circulation desk at your local library and the error will be corrected.
[% END %]
[% IF ( debarred ) %]
-
Your account has been frozen.
[% IF debarred_comment %]
Comment:
[% IF debarred_comment.search('OVERDUES_PROCESS') %]
Restriction added by overdues process [% debarred_comment.remove('OVERDUES_PROCESS ') | html_line_break %]
[% ELSE %]
[% debarred_comment | html_line_break %]
[% END %]
[% END %]
[% IF debarred_date && debarred_date != '9999-12-31' %]
End date:
[% debarred_date | $KohaDates %]
[% END %]
Usually the reason for freezing an account is old overdues or damage fees. If shows your account to be clear, please contact the library. Go to your account page
[% END %]
[% IF ( too_much_oweing ) %]
- You have unpaid fines. Amount: [% too_much_oweing | $Price %]. [% END %] [% IF ( too_many_reserves ) %]
- Sorry, you cannot place more than [% too_many_reserves | html %] holds. [% END %] [% IF ( bad_biblionumber ) %]
- ERROR: No record found for record id [% bad_biblionumber | html %]. [% END %] [% IF ( no_items_selected ) %]
- You must select at least one item. [% END %] [% IF ( no_branch_selected ) %]
- You must select a library for pickup. [% END %] [% IF ( no_biblionumber ) %]
- ERROR: No record id specified. [% END %] [% IF ( bad_data ) %]
- ERROR: Internal error: incomplete hold request. [% END %] [% IF ( expired_patron ) %]
- Your library card has expired. Please contact your librarian if you wish to renew your card. [% END %] [% IF ( no_pickup_locations ) %]
- None of the libraries are available for pickup location. [% END %]
Sorry, none of these titles can be placed on hold.
[% END %]
[% END # / IF message %]
[% UNLESS ( message ) %]
[% UNLESS ( none_available ) %]
Confirm holds for:[% INCLUDE 'patron-title.inc' patron = logged_in_user %] ([% logged_in_user.cardnumber | html %])
[% END # / UNLESS none_available %] [% IF (RESERVE_CHARGE) %]
[% IF Koha.Preference('HoldFeeMode') == 'any_time_is_collected' %]
You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] when you collect this item
[% ELSE %]
You will be charged a hold fee of [% RESERVE_CHARGE | $Price %] for placing this hold
[% END %]
[% END %]
[% IF ( new_reserves_allowed ) %]
Sorry, you can only place [% new_reserves_allowed | html %] more holds. Please uncheck the checkboxes for the items you wish to not place holds on.
[% END %]
[% END # / UNLESS message %]