{% extends 'vice_president/base_vpr.html' %} {% load static %} {% load custom_tag %} {% load custom_tag_obj %} {% block page_title %}{% endblock page_title %} {% block content %} {% load unicorn %} {% unicorn_scripts %}

ETABLISSEMENT: {{etudiant.ufr.code}} | ANNEE: {{AnUniv}} | NIVEAU: {{niveau}}

MATIÈRES | ({{etudiant.nce}}) {{etudiant}}

{% for semestre in semestres %} {% if etudiant.ufr.code != 'MPSI' and EtudAn|check_all_ue_delib:semestre == 0 %} {% endif %} {% for item in UfrAn|get_ue_by_ufr_and_semestre_set:semestre.id %} {% endfor %} {% endfor %}
{{ semestre }} | {% if AnUniv %} {{AnUniv}}{% endif %}
DECISION : {{ EtudAn|get_decision_annuelle_etudiant:semestre}}
CODE LIBELLE COEFFICIENTS MOYENNE DECISION
{{ 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 %} en attente... {% endif %} {% if item.id|check_deliberation_ue_an:AnUniv == 'Oui' %} {% if EtudAn|get_etudiant_moyenne_ue3:item >= item|get_note_delib_ue:AnUniv and item|get_note_delib_ue:AnUniv > 0 %} validée {% else %} ajournée {% endif %} {% else %} en attente... {% endif %}

{% endblock content %} {% block custom_js %} {% endblock custom_js %}