[% loc( "Add a body for each administrative body, such as a council or department to which problem reports can be sent. You can add one or more contacts (for different categories of problem) to each body." ) %]
[% IF body_errors.name %]
[% body_errors.name %]
[% END %]

[% loc( "The body's name identifies the body (for example, Borsetshire District Council) and may be displayed publically." ) %]

[% INCLUDE 'admin/bodies/_translations.html' %]

[% loc( "Identify a parent if this body is itself part of another body. For basic installations, you don't need to join bodies in this way." ) %]

[% IF areas.size == 0 AND c.config.MAPIT_URL AND (NOT c.config.MAPIT_TYPES OR c.config.MAPIT_TYPES.size==O) %]

[% tprintf( loc( 'MAPIT_URL is set (%s) but no MAPIT_TYPES.
This is probably why "area covered" is empty (below).
Maybe add some MAPIT_TYPES to your config file?'), c.config.MAPIT_URL) %]

[% END %]

[% loc( "This body will only be sent reports for problems that are located in the area covered. A body will not receive any reports unless it covers at least one area." ) %]
[% IF c.config.MAPIT_URL %] [% tprintf( loc("The list of available areas is being provided by the MapIt service at %s."), c.config.MAPIT_URL) %] [% ELSE %] [% loc( "No specific areas are currently available, because the MAPIT_URL in your config file is not pointing to a live MapIt service.") %] [% END %]
[% loc("For more information, see How FixMyStreet uses Mapit.")%]

[% IF body_errors.cobrand %]
[% body_errors.cobrand %]
[% END %]

[% loc( "You can mark a body as deleted if you do not want it to be active on the site." ) %]

[% loc( "The send method determines how problem reports will be sent to the body. If you leave this blank, send method defaults to email." ) %]

[% INCLUDE 'admin/bodies/open311-form-fields.html', object = body, show_body_fields = 1 %]

[% loc( "Enable this can be devolved setting if one or more contacts have a different endpoint (and send method) from the body's. For example, if reports for some categories of problem must be emailed, while others can be sent over Open311." ) %]
[%# NB 'email' is a literal setting, so not translating it in following string? %] [% tprintf( loc('Leave this blank if all reports to this body should be sent using the same send method (e.g., "%s").'), body.send_method or 'email' ) %]