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

[% loc('Submitted') %]

[% INCLUDE list, problems = unconfirmed.all, hash = 'submitted' %]

[% loc('Planned') %]

[% INCLUDE list, problems = approval.all, hash = 'planned' %]

[% loc('All reports') %]

[% INCLUDE list, problems = other.all, include_subdiv = 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 include_subdiv %] [% END %] [% INCLUDE 'admin/problem_row.html' %]
[% loc('ID') %] [% loc('Description') %][% col.1 %] [% INCLUDE sort_arrow choice = col.0 %][% loc('Subdivision/Body') %][% loc('Photo') %] *
[% END %]