[% INCLUDE 'header.html', title => loc('Reporting a problem') %] [% # NOTE ON PARTIAL REPORTS: # # partial reports get a bit of extra text added, the form goes to # '/report/new' and the partial hidden field is added to the form. %] [% question = c.cobrand.enter_postcode_text() || loc("Enter a nearby GB postcode, or street name and area"); %]
   [% IF partial_token %] [% END %]
[% IF location_offshore %]

[% loc('That spot does not appear to be covered by a council. If you have tried to report an issue past the shoreline, for example, please specify the closest point on land.') %]

[% ELSIF location_error %]

[% location_error %]

[% END %] [% IF possible_location_matches %]

[% loc('We found more than one match for that location. We show up to ten matches, please try a different search if yours is not here.') %]

[% END %] [% IF partial_token %]

[% loc("Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box below :") %]

[% END %] [% INCLUDE 'footer.html' %]