{% load umap_tags i18n %}

{% trans "Map settings" %}

{% csrf_token %} {% for field in form %}
{{ field }}
{{ field.help_text }} {% endfor %}