[% extra_js = [ version('/js/contact.js') ] -%] [% INCLUDE 'header.html', title = loc('Contact Us') robots = 'noindex,nofollow' sidebar = 'about/_sidebar.html' %] [% IF c.cobrand.moniker == 'fixmystreet' %]

FixMyStreet technical support

[% ELSIF rejecting_report %]

[% loc('Reject report') %]

[% ELSE %]

[% loc('Contact the team') %]

[% END %]
[% INCLUDE 'errors.html' %] [% IF update %]

[% loc('You are reporting the following update for being abusive, containing personal information, or similar:') %]

[% IF update.anonymous %] [% tprintf( loc('Update below added anonymously at %s'), prettify_dt( update.confirmed ) ) %] [% ELSE %] [% tprintf( loc('Update below added by %s at %s'), update.name, prettify_dt( update.confirmed ) ) | html %] [% END %]

[%~ update.text | html ~%]

[% ELSIF problem %] [% IF moderation_complaint %]

[% loc('You are complaining that this problem report was unnecessarily moderated:') %]

[% ELSIF rejecting_report %] [% INCLUDE 'contact/rejecting-text.html' %] [% ELSE %] [% INCLUDE 'contact/unsuitable-text.html' %] [% END %]

[% problem.title_safe | html %]

[% IF problem.anonymous %] [% tprintf( loc('Reported anonymously at %s'), prettify_dt( problem.confirmed ) ) %] [% ELSE %] [% tprintf( loc('Reported by %s at %s'), problem.name, prettify_dt( problem.confirmed ) ) | html %] [% END %]

[%~ problem.detail | html ~%]

[% ELSE %] [% INCLUDE 'contact/blurb.html' %] [% END %] [% INCLUDE 'contact/who.html' %] [% IF NOT rejecting_report %] [% IF field_errors.name %]
[% field_errors.name %]
[% END %] [% IF field_errors.em %]
[% field_errors.em %]
[% END %]
optional
[% IF field_errors.subject %]
[% field_errors.subject %]
[% END %] [% ELSE %] [% END %] [% IF rejecting_report %] [% ELSE %] [% END %] [% IF field_errors.message %]
[% field_errors.message %]
[% END %] [% IF rejecting_report %]
[% END %] [% IF NOT problem AND NOT update %]

[% loc('If you are contacting us about a specific report or update please include a link to the report in the message.') %]

[% END %] [% PROCESS 'auth/form_extra.html' %]
[% TRY %][% INCLUDE 'contact/address.html' %][% CATCH file %][% END %] [% INCLUDE 'footer.html' %]