[% INCLUDE 'header.html', title = loc('Summary 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 problems,
state unknown') %]
[% 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' %]