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