[% IF blocking_error %] [% SWITCH blocking_error %] [% CASE 'unknown_patron' %]
[% CASE 'cannot_see_patron_infos' %]This account cannot view requested patron information. [% CASE 'unknown_biblio' %] [% CASE 'unknown_item' %] [% CASE 'unknown_subscription' %] [% CASE 'unknown_basket' %] [% CASE 'unknown_vendor' %] [% CASE 'order_cannot_be_edited' %] [% CASE 'wrong_csrf_token' %] [% CASE 'budget_is_locked' %] [% CASE 'missing_es_modules' %] [% CASE 'insufficient_permission' %] [% CASE %][% blocking_error | html %] [% END %] [% INCLUDE 'intranet-bottom.inc' %] [% STOP %] [%# Will stop gracefully without processing any more of the template document.%] [% END %]