[% INCLUDE 'header.html', title = loc('Summary reports'), bodyclass => 'fullwidthpage' %]
[% 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.') %]
[% 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 %] |