{% load i18n %} {% if features.COUNTRY_SELECTOR_ON and not hide_country_selector %}

Choose your country

Tell us where your business is based to see information, guidance and opportunities specific to your location.

{% for key, value in request.GET.items %} {% if key != 'country' %} {% endif %} {% endfor %}
{% if country %} {% endif %}
{% if country_selector_form.country.label %}{{ country_selector_form.country.label_tag }}{% endif %} {% if country_selector_form.country.errors %} {{ country_selector_form.country.errors }} {% endif %} {% if country_selector_form.country.help_text %} {{ country_selector_form.country.help_text }} {% endif %} {{ country_selector_form.country }}
{% endif %}