{% load i18n %} {% comment %} Encapsules the rendering and initializing of a geometry view component, e.g. used in the detail views. {% endcomment %} {% if geom_form.empty %}
{% trans 'No geometry added, yet.' %}
{% endif %} {% if geom_form.geom.errors %}
{% for error in geom_form.geom.errors %} {{ error }}
{% endfor %}
{% endif %}
{% include 'map/client/index.html' %}