{% extends 'base.html' %} {% load i18n static %} {% block body %}

{% trans 'Intervention' %}: {{ intervention.title }}


{% comment %} form.media needs to be loaded to ensure the openlayers client will be loaded properly {% endcomment %} {{ form.media }}
{% for field in form %} {% if field != form.geometry %} {% endif %} {% endfor %}
{{ field.label }}
{{ field.help_text }}
{{ field }}
{{ form.geometry }}
{% endblock %}