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

[% loc('New reports') %]

[% INCLUDE list, problems = reports_new.all, hash = 'new' %]

[% loc('Reports awaiting approval') %]

[% INCLUDE list, problems = reports_unpublished.all, hash = 'wait' %]

[% loc('Reports published') %]

[% INCLUDE list, problems = reports_published.all, no_edit = 1, hash = 'alle' %] [% INCLUDE 'pagination.html', admin = 1, param = 'p', hash = 'alle' %] [% INCLUDE 'admin/footer.html' %] [% BLOCK list %] [% FOREACH col IN [ [ 'category', loc('Category') ], [ 'created', loc('Submitted') ], [ 'lastupdate', loc('Updated') ], [ 'state', loc('Status') ] ] %] [% END %] [% IF NOT no_edit %] [% END %] [% INCLUDE 'admin/problem_row.html' %]
[% loc('ID') %] [% loc('Description') %][% col.1 %] [% INCLUDE sort_arrow choice = col.0 %][% loc('Photo') %]*
[% END %]