{% extends 'dg_ufr/base_ufr.html' %}
{% load static %}
{% load custom_tag %}
{% load custom_tag_obj %}
{% load widget_tweaks %}
{% block custom_css %}
{% endblock custom_css %}
{% block m-title %} {% endblock m-title %}
{% block content %}
ETUDIANT
{{etudiant.nce}} | {{etudiant}}
| {{ semestre.niveau }} | {{ semestre }} | {% if AnUniv %} {{AnUniv}}{% endif %} | ||||||
|---|---|---|---|---|---|---|
| DECISION : {{ EtudAn|get_decision_annuelle_etudiant:semestre}} | ||||||
| CODE | LIBELLE | CRED. | MOY. | DECISION | + | |
| {{ item.code }} | {{ item.libelle }} | {{ item|get_credit_ue }} | {{ EtudAn|get_etudiant_moyenne_ue3:item |stringformat:".2f" }} | {% 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 %} | {% if etudiant|create_list_2_obj:AnUniv|check_compensation:item %} +{{etudiant|create_list_2_obj:AnUniv|get_compens_note:item}} {% endif %} | {% if etudiant|create_list_2_obj:AnUniv|check_compensation:item %} {% include 'dg_ufr/modal/modal_edit_compens_note_etudiant.html' %} {% else %} {% include 'dg_ufr/modal/modal_add_compens_note_etudiant.html' %} {% endif %} |