[% SET show_parish_hidden_class = c.req.params.show_parishes ? 'hidden' : 'js-ward-single' %] [% SET show_parish_shown_class = c.req.params.show_parishes ? '' : 'js-ward-multi hidden' %]

View reports by parish

[% loc('Follow a parish link to view only reports within that parish.') %]

[% loc('Select multiple parishes to view only reports within those parishes.') %]

[% loc('Select multiple parishes?') %]

    [% FOR child IN parish_ward.values.sort('name') %] [% IF child.type == 'CPC' %]
  • [% child.name %]
  • [% END %] [% END %]

[% SET show_district_hidden_class = c.req.params.show_district_wards ? 'hidden' : 'js-ward-single' %] [% SET show_district_shown_class = c.req.params.show_district_wards ? '' : 'js-ward-multi hidden' %]

View reports by ward

[% loc('Follow a ward link to view only reports within that ward.') %]

[% loc('Select multiple wards to view only reports within those wards.') %]

[% loc('Select multiple wards?') %]

    [% FOR child IN parish_ward.values.sort('name') %] [% IF child.type == 'DIW' %]
  • [% child.name %]
  • [% END %] [% END %]

[% SET show_district_hidden_class = c.req.params.show_districts ? 'hidden' : 'js-ward-single' %] [% SET show_district_shown_class = c.req.params.show_districts ? '' : 'js-ward-multi hidden' %]

View reports by district

Follow a district link to view only reports within that district.

Select multiple districts to view only reports within those districts.

Select multiple districts?

    [% FOR child IN parish_ward.values.sort('name') ~%] [% IF child.type == 'DIS' %]
  • [% child.name %]
  • [% END %] [%~ END %]