{% load i18n %} {% load render_form from directory_components %} {% if features.COUNTRY_SELECTOR_ON %}

Choose your country

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

{% 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 %}