[% IF ( OpacNav || OpacNavBottom ) %]
[% ELSE %]
[% END %]
[% END # /IF messages %]
Report a problem
[% IF messages %] [% FOR m IN messages %]
[% SWITCH m.code %]
[% CASE 'success_on_send' %]
[% IF recipient == 'admin' %]
Your problem report has been sent to the Koha administrator.
[% ELSE %]
Your problem report has been sent to the library.
[% END %]
[% CASE 'error_on_send' #We really should avoid reaching this! %]
Something wrong happened when sending the report. Please contact your library.
[% END %]
[% END %]
[% ELSE %]