{% load umap_tags i18n %} {% if not map %}

{% trans "Create your map now!" %}

{% endif %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %} {% csrf_token %} {% foundation_field form.name %} {% foundation_field form.description %} {% foundation_field form.licence %} {{ form.zoom }} {{ form.center }} {% if not map and not user.is_authenticated %} {% trans 'You are creating a map without being authenticated. A cookie will be set on this browser to make possible for you to edit the map in the future. If you want to edit the map from another computer, use the "edit url" displayed in the "permissions" window. If you log in and load the map, it will be attached to your account.' %} {% endif %} {% if clone_url and map %} {% trans "Clone this map" %} {% endif %} {% if delete_url and map and user == map.owner %} {% trans "Delete" %} {% endif %}