{% load youmap_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 delete_url and map and user == map.owner %} {% trans "Delete" %} {% endif %}