[% PROCESS 'admin/header.html' title=loc('Summary') -%]
[% PROCESS 'admin/report_blocks.html' %]
[% loc('New reports') %]
[% INCLUDE 'admin/_index_table.html' problems=reports_new.all hash='new' %]
[% loc('Reports awaiting approval') %]
[% INCLUDE 'admin/_index_table.html' problems=reports_unpublished.all hash='wait' %]
[% loc('Reports published') %]
[% INCLUDE 'admin/_index_table.html' problems=reports_published.all no_edit=1 hash='alle' %]
[% INCLUDE 'pagination.html', param = 'p', hash = 'alle' %]
[% INCLUDE 'admin/footer.html' %]