{% 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 %}
{% include 'map/client/index.html' %}