[% INCLUDE 'admin/header.html' title=loc('Stats') -%]
[% PROCESS 'admin/report_blocks.html' %]
[%- BLOCK states -%]
[%- FOREACH state IN list %]
[%- '
' IF loop.first %]
- [% object.$state %] [% prettify_state(state) %]
[%- "\n
" IF loop.last %]
[%- END %]
[% END -%]
[% loc('Problem breakdown by state') %]
[% FOREACH group IN state_groups %]
[%- '' IF loop.first %]
- [% group.0 %]
[% PROCESS states object=problems list=group.1 %]
[%- "\n
" IF loop.last %]
[%- END %]
[% loc('Update breakdown by state') %]
[% PROCESS states object=comments list=comments.keys.sort %]
[% INCLUDE 'admin/footer.html' %]