[% INCLUDE 'admin/header.html' title=loc('Summary') -%]
[% PROCESS 'admin/report_blocks.html' %]
[% IF bodies.size == 0 %]
[% loc('Currently no bodies have been created.') %]
[% tprintf( loc('You need to add some bodies (such as councils or departments) before any reports can be sent.'), c.uri_for('bodies')) %]
[% END %]
[% IF c.user.is_superuser %]
[% END %]
[% IF unsent_reports.size %]
[% loc('Reports waiting to be sent') %]
[% loc('ID') %] |
[% loc('Title') %] |
[% loc('Name') %] |
[% loc('Body') %] |
[% loc('State') %] |
* |
[% INCLUDE 'admin/problem_row.html' problems = unsent_reports %]
[% END %]
[% loc('Stats') %]
[% INCLUDE 'status/stats.html' admin_include_users=1 %]
[% IF c.cobrand.admin_show_creation_graph -%]
[% loc('Graph of problem creation by status over time') %]
[% END -%]
[% INCLUDE 'admin/footer.html' %]