[% 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 %][% blocking_error %] [% END %] [% STOP %] [%# Will stop gracefully without processing any more of the template document.%] [% END %]