[% INCLUDE 'admin/header.html' title=loc('Summary') -%] [% PROCESS 'admin/report_blocks.html' %] [% PROCESS 'admin/_index_intro.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 unsent_reports.size %]

[% loc('Reports waiting to be sent') %]

[% INCLUDE 'admin/problem_row.html' problems = unsent_reports %]
[% loc('ID') %] [% loc('Title') %] [% loc('Name') %] [% loc('Body') %] [% loc('State') %] *
[% END %] [% INCLUDE 'admin/footer.html' %]