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

Édition/ajout de chant

{% csrf_token %} {{ form.as_div }} {% if form.formset %}

Fichiers joints à ce chant

{{ form.formset.management_form }} {% for subform in form.formset %}
{{ subform }}
{% endfor %} {% endif %}
{% endblock content %}