{% 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 %}
{% if subform.fichier %}{{ subform.fichier.as_field_group }} {% elif subform.instance.fichier %}
Fichier: {{ subform.instance.fichier }}
{% endif %} {{ subform.lien.as_field_group }} {{ subform.titre.as_field_group }} {{ subform.DELETE.as_field_group }}
{% endfor %} {% endif %}
{% endblock content %}