{% extends 'eleve/action.html' %} {% load static %} {% load customfilter %} {% block body %} {% get_mathjax as latex %}
| Liste des notes |
| Matière | {% endif %}Date | Colleur | Programme | Note | Commentaire |
| {{note.nom_matiere|title}} | {% endif %}{{note.date_colle|date:"l j F"}} | {{note.prenom|title}} {{note.nom|upper}} | {% if note.titre != None %}{{note.titre|title}} {% if latex %}{{note.programme}}{% else %}{{note.programme|linebreaksbr}}{% endif %} {% endif %} |
{% if note.note == 21 %}n.n{% else %}{% if note.note == 22 %}Abs{% else %}{{note.note}}{% endif %}{% endif %} | {% if note.commentaire %}lire {% if latex %}{{note.commentaire}}{% else %}{{note.commentaire|linebreaksbr}}{% endif %} {% endif %} |