{% load i18n fontawesome_5 %} {% comment %} Encapsules the rendering and initializing of a geometry view component, e.g. used in the detail views. {% endcomment %} {% if geom_form.empty and geom_form.read_only %}
{% fa5_icon 'search-location' %} {% 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' %}