[% IF blocking_error %] [% SWITCH blocking_error %] [% CASE 'unknown_patron' %]
Patron not found. Return to search
[% CASE 'cannot_see_patron_infos' %]This account cannot view requested patron information. [% CASE 'unknown_biblio' %]
Bibliographic record not found.
[% CASE 'unknown_item' %]
Item not found.
[% CASE 'unknown_subscription' %]
Subscription not found.
[% CASE 'unknown_basket' %]
Basket not found.
[% CASE 'unknown_vendor' %]
Vendor not found.
[% CASE 'order_cannot_be_edited' %]
This order cannot be edited, the basket is closed.
[% CASE 'wrong_csrf_token' %]
The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.
[% CASE 'budget_is_locked' %]
The budget is locked, fund creation is not possible.
[% CASE 'missing_es_modules' %]
Necessary Elasticsearch packages are not installed on your server. Please contact your server admin if you wish to configure Elasticsearch
[% CASE 'insufficient_permission' %]
You do not have sufficient permission to continue.
[% CASE %][% blocking_error | html %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] [% STOP %] [%# Will stop gracefully without processing any more of the template document.%] [% END %]