[% INCLUDE 'admin/header.html' title=tprintf(loc('Council contacts for %s'), body.name) -%] [% PROCESS 'admin/report_blocks.html' %] [% IF updated %]

[% updated %]

[% END %] [% IF admin_type == 'super' AND body.parent AND NOT body.parent.parent # A division %] [% IF NOT errors %] [% FOR cat IN contacts %] [% END %]
[% loc('Category') %] [% loc('Email') %] [% loc('Last editor') %] [% loc('Note') %] [% loc('When edited') %] Kürzel
[% cat.category_display %] [% cat.email | html %] [% cat.editor %] [% cat.note | html %] [% PROCESS format_date this_date=cat.whenedited %] [% cat.get_extra_metadata('abbreviation') %]

[% loc('Add new category') %]

[% END %][%# Only show all the above if no errors with below form %] [% IF errors %]
[% FOR error IN errors.values %][% error %][% IF NOT loop.last %]
[% END %][% END %]
[% END %] [% INCLUDE 'admin/bodies/contact-form.html' %] [% END %] [% IF NOT errors %]

[% loc('Edit body details') %]

[% INCLUDE 'admin/bodies/form.html' %] [% END %] [% INCLUDE 'admin/footer.html' %]