{% load static %} {% load custom_tag %} {% load custom_tag_obj %}
| Générale | |||||
|---|---|---|---|---|---|
| Effectifs | {{fille}} | {{garcon}} | {{etudiants|length}} | ||
| Moyennes | {{Moy_Garcon|stringformat:".2f"}} | {{Moy_Fille|stringformat:".2f"}} | {{MoyGen|stringformat:".2f"}} | ||
| Ecart-types | {{Ecart_Type_Gar|stringformat:".2f"}} | {{Ecart_Type_Fille|stringformat:".2f"}} | {{EcartGen|stringformat:".2f"}} | ||
| % de Validation | {{Taux_Fille|stringformat:".2f"}}% | {{Taux_Garcon|stringformat:".2f"}}% | {{TauxGen|stringformat:".2f"}}% |
| {% for ue in ues_semestre %} | Générale | |
|---|---|---|
| Moyennes | {% for moy in MoyUE %}{{MoyGen|stringformat:".2f"}} | |
| Ecart-Types | {% for ecart in EcarType %}{{EcartGen|stringformat:".2f"}} | |
| % Validation | {% for taux in Taux_valides %}{{TauxGen|stringformat:".2f"}}% |
| ID ETUDIANT | {% for ue in ues_semestre %}{{ue|get_credit_ue}} |
{% endfor %}
{% if get_semestre.libelle == 'Semestre 1' %} S1 {% else %} S2 {% endif %} |
{% if UFR.code != 'MPSI' %}
{{total_credit}} |
Décision | {% endif %}||
|---|---|---|---|---|---|---|
| {{ forloop.counter }} |
{{ item.0 }} Né(e) le {{ item.0.datenaiss |date:'d/m/Y' }} à {{ item.0.lieunaiss }} SEXE: {{ item.0.sexe }} NCE: {{ item.0.nce }} |
{% for ue in EuAnDataZip %}
{{item.0|get_etudiant_moyenne_ue_session_1:ue|stringformat:".2f"}} {% if item.0|check_session2_ue:ue > 0 %} ({{item.0|get_etudiant_session_2_moy_ue:ue|stringformat:".2f"}}) {% endif %} {% endif %} |
{% endfor %}
|
{% endif %}