UFR: {{etudiant.ufr.code}} | ANNEE: {{AnUniv}} | NIVEAU: {{niveau}}
{% for semestre in semestres %}
| {{ semestre.niveau }} : {{ semestre }} |
{% if etudiant.ufr.code != 'MPSI' and EtudAn|check_all_ue_delib:semestre == 0 %}
|
DECISION : {{ EtudAn|get_decision_annuelle_etudiant:semestre}}
|
{% endif %}
| CODE |
LIBELLE |
CREDITS |
MOYENNE |
Actions |
{% for item in etudiant.ufr.id|get_ue_by_ufr_and_semestre:semestre.id %}
| {{ item.code }} |
{{ item.libelle }} |
{{ item|get_credit_ue }} |
{% if item.id|check_deliberation_ue_an:AnUniv == 'Oui' %}
{{ EtudAn|get_etudiant_moyenne_ue3:item |stringformat:".2f" }}
{% else %}
?
{% endif %}
|
{% if item.id|check_deliberation_ue_an:AnUniv == 'Oui' %}
{% if user %}
Detail
{% else %}
Detail
{% endif %}
{% else %}
{% endif %}
{% include 'EspaceEtudiant/modal_syllabus_ecue.html' %}
|
{% empty %}
| AUCUN RESULTAT |
{% endfor %}
|
{% endfor %}