{% 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 etudiant.ufr.id|get_ue_by_ufr_and_semestre:semestre.id %} {% empty %} {% endfor %} {% endfor %}
{{ semestre.niveau }} : {{ semestre }}
DECISION : {{ EtudAn|get_decision_annuelle_etudiant:semestre}}
CODE LIBELLE COEFFICIENTS MOYENNE Actions
{{ 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' %}
AUCUN RESULTAT
{% endblock content %} {% block custom_js %} {% endblock custom_js %}