{% load i18n %} {% load mkrange %} {% load varformat %}
{% if location %}

{{location}}

{% endif %}
{% if location %}{% endif %}
{% if location %}{% trans "Change the area" %}{%else%}{% trans "Select new area" %}{%endif%}
{% if not available_locations %}

{% trans "Define at least a location before defining a radius of action." %}

{% else %}
    {% for available_location in available_locations %}
  • {{available_location}}
  • {% endfor %}
{% endif %}