{% load i18n %} {% load render_form from directory_components_tags %}

Choose your country

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

{% if country %} {% endif %}
{% if form.country.label %}{{ form.country.label_tag }}{% endif %} {% if form.country.errors %} {{ form.country.errors }} {% endif %} {% if form.country.help_text %} {{ form.country.help_text }} {% endif %} {{ form.country }}