[% INCLUDE 'admin/header.html' title=loc('Summary') -%] [% PROCESS 'admin/report_blocks.html' %]
This is the administration interface for [% site_name %]. If you need any help or guidance, there is plenty of online documentation. The FixMyStreet Platform is actively supported by its developers, and has a community of people using or working on the code. Please sign up to the mailing list or get in touch to let us know about your use of the FixMyStreet Platform, and to receive notices of updates.
[% 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 %]

[% 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' %]