{% extends "base.html" %} {% block content %}

{{ view.titre_page }}

{% csrf_token %} {{ form.non_field_errors }} {{ form.as_table }}
{{ view.titre_formulaire }}
{% include 'actions.html' %}
{% endblock %}