{% extends 'enseignant/base_profile.html' %} {% load static %} {% load custom_tag %} {% block head %}{% endblock head %} {% block page_title %} {% endblock page_title %} {% block content %}
matière : ({{ecue.code}}) {{ecue.libelle}}

ANNEE: {{get_annee}} | NIVEAU: {{get_niveau}}

MENU

{% if id_ecue2|check_deliberation_ecue_2:'all' or not etudiantUes %} {% else %} {% endif %} {% if not etudiantUes %} {% else %} {% endif %} {% include 'EspaceEnseignant/modal_deliberation.html' %} {% include 'EspaceEnseignant/modal.html' %}{% include 'EspaceEnseignant/modal_import_note.html' %}


{% csrf_token %}

VOIR LES NOTES

{% for evaluation in EvalEns %} {% endfor %} {% if session_ini.id != 2 %} {% endif %} {% for etudiantUe in etudiantUes %} {% for evaluation in EvalAnZip %} {% endfor %} {% if session_ini.id != 2 %} {% endif %} {% empty%} {% endfor %}
NCE Nom et Prénoms{{ evaluation.libelle }}Moy.D
{{etudiantUe.nce}} {{etudiantUe}} {% if etudiantUe.id|get_evalution_note2:evaluation %} {{ etudiantUe.id|get_evalution_note2:evaluation }} {% else %} {% if delib_ecue %} --- {% else %} {% endif %} {% endif %} {{ etudiantUe.id|get_moyenne_ue2:id_ecue2 |stringformat:".2f" }} {{ etudiantUe.id|get_moyenne_ue2:id_ecue2|get_decision }}
La liste est vide ....
{% endblock content %} {% block custom_js %} {% endblock custom_js %}