{% load static %} {% load custom_tag %}
MOYENNE SESSION 2
| NCE | NOMS & PRENOMS | SEXES | DATES DE NAISSANCE | MOYENNES | DECISIONS | |
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{etudiant.nce}} | {{etudiant}} | {% if etudiant.sexe %} {{etudiant.sexe}} {% else %} ? {% endif %} | {{etudiant.datenaiss|date:"d/m/Y"}} | {{etudiant|get_etudiant_session_2_moy_ue:UeAnneeData|stringformat:".2f"}} | {{etudiant|get_etudiant_session_2_moy_ue:UeAnneeData|stringformat:".2f"|get_decision_session_2_ue:UeAnneeData}} |