[% INCLUDE 'admin/header.html' title=loc('Summary') -%] [% PROCESS 'admin/report_blocks.html' %]

New reports

[% INCLUDE list, problems = unconfirmed.all %]

Reports needing attention

[% INCLUDE list, problems = approval.all %]

All reports

[% INCLUDE list, problems = other.all %] [% INCLUDE 'admin/footer.html' %] [% BLOCK list %] [%- FOR problem IN problems %] [%- END -%]
[% loc('ID') %] [% loc('Title') %] [% loc('Category') %] [% loc('Created') %] *
[% problem.id %] [% PROCESS value_or_nbsp value=problem.title %] [% problem.category %] [% PROCESS format_time time=problem.created %] [% loc('Edit') %]
[% END %]