[% 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 %]
[% TRY %][% INCLUDE 'contact/address.html' %][% CATCH file %][% END %]
[% INCLUDE 'footer.html' %]