{% extends 'eleve/action.html' %} {% load static %} {% load customfilter %} {% block body %} {% get_mathjax as latex %}
Liste des notes
{% csrf_token %} {{ form.as_table }}
{% if not matiere %} {% endif %} {% for note in notes %} {% if not matiere %} {% endif %} {% endfor %}
MatièreDate Colleur Programme Note Commentaire
{{note.nom_matiere|title}}{{note.date_colle|date:"l j F"}} {{note.prenom|title}} {{note.nom|upper}} {% if note.titre != None %}{{note.titre|title}}{% endif %} {% if note.note == 21 %}n.n{% else %}{% if note.note == 22 %}Abs{% else %}{{note.note}}{% endif %}{% endif %} {% if note.commentaire %}lire{% endif %}
{% endblock %} {% block javascript %} {% get_mathjax as latex %} {% if latex %} {% include "mathjax.html" %} {% endif %} {% endblock %}