[% USE KohaDates %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% INCLUDE 'mana.inc' %] [% IF statuscode == "200" AND reports %] [% UNLESS search_only %] [% END %] [% FOREACH report IN reports %] [% UNLESS report.cannotdisplay %] [% IF report.nbofcomment > highWarned %] [% ELSIF report.nbofcomment > warned %] [% ELSIF report.nbofcomment > lowWarned %] [% END %] [% END %] [% UNLESS search_only %] [% END %] [% END %] [% END %]
Report Name Notes Type # of users Last import Comments Actions
[% IF ( report.report_name ) %][% report.report_name %][% END %]
[% IF report.notes.length > 200 %] [% report.notes.substr(0,200) %]Show More
[% report.type %] [% IF ( report.nbofusers ) %][% report.nbofusers %][% END %] [% report.lastimport | $KohaDates %] [% FOREACH comment IN report.comments %][% comment.message %] ([% comment.nb %])
[% END %]
[% ELSE %]

[% msg %] statuscode: [% statuscode %]

[% END %]