[% USE raw %]
[% USE Asset %]
[% USE Koha %]
[% USE KohaDates %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
OPAC problem reports › Administration › Koha
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'prefs-admin-search.inc' %]
OPAC problem reports
[% IF ( selected_count ) %]
[% IF ( action == 'viewed' ) %]
[% selected_count | html %] problem report(s) marked as viewed.
[% ELSIF ( action == 'closed' ) %]
[% selected_count | html %] problem report(s) marked as closed.
[% ELSIF ( action == 'new' ) %]
[% selected_count | html %] problem report(s) marked as new.
[% ELSE %]
Failed to change the status of [% selected_count | html %] problem report(s).
[% END %]
[% END %]
[% IF ( problem_reports.count ) %]
[% ELSE %]
There are currently no problem reports.
[% END %]
[% MACRO jsinclude BLOCK %]
[% INCLUDE 'calendar.inc' %]
[% INCLUDE 'datatables.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]