{% extends "base.html" %} {% load i18n static %} {% block content %} {% for error in form.non_field_errors %}
{{ error }}
{% endfor %}

{% trans "Modification d'une option" %}


{% csrf_token %} {% include "forms/form.html" with errors=False %}
{% endblock %}