{% extends "chimere/edit.html" %} {% load i18n chimere_tags inline_formset%} {% block legend %} {% if is_modification %}{% trans "Modify a polygon" %}{% else %}{% trans "Add a polygon" %}{% endif %} {% endblock %} {% block edit_url %}{% url "editpolygon" %}{% endblock %} {% block geometry %} {%if form.polygon.errors %}{%endif%} {{polygon_widget}} {% endblock %}