[% UNLESS possible_location_matches %]
[% INCLUDE 'around/intro.html' %]
[% END %]
[%
question = c.cobrand.enter_postcode_text || loc('Enter a nearby street name and area');
%]
[%~ SET link_params = {
geolocate = 1
};
IF c.get_param('filter_category'); link_params.filter_category = c.get_param('filter_category'); END;
IF c.get_param('filter_group'); link_params.filter_group = c.get_param('filter_group'); END;
%]
[% INCLUDE 'around/_postcode_form_geolocation.html' url=c.uri_for('/around', link_params) %]
[% UNLESS possible_location_matches OR location_error_pc_lookup %]
[% INCLUDE 'around/_postcode_form_post.html' %]
[% END %]