{% extends 'colleur/action.html' %} {% block body %}
{% csrf_token %} {% for field in form %} {% if field.label != "Commentaire(facultatif)" and field.label != "Date de rattrapage" %} {% endif %} {% endfor %}
Notation: {% if note.eleve %} {{note.eleve}} {% else %} "Élève fictif" {% endif %} ({{note.classe}}) en {{matiere}}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{{form.commentaire.errors}}{{ form.commentaire.label_tag }} {{ form.commentaire }}
{% endblock %}