[% INCLUDE 'admin/header.html' title=tprintf(loc('Council contacts for %s'), body.name) -%] [% PROCESS 'admin/report_blocks.html' %] [% IF updated %]
[% updated %]
[% END %] [% IF body_errors.size %][% loc('Please correct the errors below') %]
[% END %] [% IF NOT errors %]
[% IF example_pc %]
[% tprintf( loc('Example postcode %s'), example_pc ) | html %] |
[% END %]
[% loc('Area covered') %]:
[% SET body_areas = body.areas %]
[% FOR area IN areas %]
[% SET aid = area.id %]
[% IF body_areas.$aid %]
[% area.name | html %]
[% END %]
[% END %]
[% loc('List all reported problems' ) %] |
[% loc('Text only version') %]
Do not give these out except to people at the council.
[% END %] [% IF body.areas.size == 0 %]
[% loc("This body covers no area. This means that it has no jurisdiction over problems reported at any location.
Consequently, none of its categories will appear in the drop-down category menu when users report problems.
Currently, users cannot report problems to this body.") %]
[% loc("Fix this by choosing an area covered in the Edit body details form below.") %]
[% loc("This body has no contacts. This means that currently problems reported to this body will not be sent.") %]
[% loc("Add a contact using the form below.") %]
[% tprintf(loc("As this is a staging site and %s is false, reports made on this site will be sent to the problem reporter, not the contact given for the report’s category."), "SEND_REPORTS_ON_STAGING
") %]
[% loc("Each contact for the body has a category, which is displayed to the public. Different categories can have the same contact (email address). This means you can add many categories even if you only have one contact for the body. ") %]
[% END %][%# Only show all the above if no errors with below form %]