Bug 18789: Use Koha::Patron->is_adult where needed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / blocking_errors.inc
1 [% IF blocking_error %]
2     [% SWITCH blocking_error %]
3     [% CASE 'unknown_patron' %]
4         <div class="dialog message">This patron does not exist. <a href="/cgi-bin/koha/members/members-home.pl">Find another patron?</a></div>
5     [% CASE 'cannot_see_patron_infos' %]You are not allowed to see the information of this patron.
6     [% CASE %][% blocking_error %]
7     [% END %]
8
9     [% STOP %] [%# Will stop gracefully without processing any more of the template document.%]
10 [% END %]