[% IF blocking_error %] [% SWITCH blocking_error %] [% CASE 'unknown_patron' %]
This patron does not exist. Find another patron?
[% CASE 'cannot_see_patron_infos' %]You are not allowed to see the information of this patron. [% CASE 'unknown_biblio' %]
This bibliographic record does not exist.
[% CASE 'unknown_item' %]
This item does not exist.
[% CASE 'unknown_subscription' %]
This subscription does not exist.
[% CASE 'unknown_basket' %]
This basket does not exist.
[% 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 %]