[% INCLUDE 'header.html', title = loc('Summary reports'), bodyclass => 'fullwidthpage' %]

[% loc('All Reports') %]

[% loc('This is a summary of all reports on this site; select a particular council to see the reports sent there.') %] [% loc('Greyed-out lines are councils that no longer exist.') %]

[% FOREACH area IN areas_info_sorted %] [% END %]
[% loc('Name') %] [% loc('New
problems') %]
[% loc('Older
problems') %]
[% loc('Old / unknown
problems') %]
[% loc('Recently
fixed') %]
[% loc('Older
fixed') %]
[% area.name %] [% open.${area.id}.new or 0 %] [% open.${area.id}.older or 0 %] [% open.${area.id}.unknown or 0 %] [% fixed.${area.id}.new or 0 %] [% fixed.${area.id}.old or 0 %]
[% INCLUDE 'footer.html', pagefooter = 'yes' %]