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

[% loc('All Reports') %]

[% loc('This is a summary of all reports on this site.') %] [% IF bodies.size > 1 %] [% loc('Select a particular council to see the reports sent there.') %] [% END %] [% IF any_empty_bodies %] [% loc('Greyed-out lines are councils that no longer exist.') %] [% END %]

[% FOREACH body IN bodies %] [% TRY %][% PROCESS "reports/_extras.html" %][% CATCH file %][% END %] [% END %]
[% loc('Name') %] [% loc('New
problems') %]
[% loc('Older
problems') %]
[% loc('Old / unknown
problems') %]
[% loc('Recently
fixed') %]
[% loc('Older
fixed') %]
[% body.name %] [% IF open.${body.id}.new %][% open.${body.id}.new %][% ELSE %]0[% END %] [% IF open.${body.id}.older %][% open.${body.id}.older %][% ELSE %]0[% END %] [% IF open.${body.id}.unknown %][% open.${body.id}.unknown %][% ELSE %]0[% END %] [% IF fixed.${body.id}.new %][% fixed.${body.id}.new %][% ELSE %]0[% END %] [% IF fixed.${body.id}.old %][% fixed.${body.id}.old %][% ELSE %]0[% END %]
[% INCLUDE 'footer.html', pagefooter = 'yes' %]