{% load static %} {% load custom_tag %}
EVALUATIONS SESSION 2 - ECUE: {{get_ecue.code}}
| NCE | NOMS & PRENOMS | SEXES | DATES DE NAISSANCE | NOTE | DECISIONS | |
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{etudiant.nce}} | {{etudiant}} | {% if etudiant.sexe %} {{etudiant.sexe}} {% else %} ? {% endif %} | {{etudiant.datenaiss|date:"d/m/Y"}} | {{etudiant|get_etudiant_session_2_ecue_note:UeAnneeData|stringformat:".2f"}} | {{etudiant|get_etudiant_session_2_ecue_note:UeAnneeData|stringformat:".2f"|get_decision_session_2_ecue_note:UeAnneeData}} |