[% 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 'wrong_csrf_token' %]
The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.
[% CASE %][% blocking_error | html %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] [% STOP %] [%# Will stop gracefully without processing any more of the template document.%] [% END %]