{% extends 'dg_ufr/base_ufr.html' %} {% load static %} {% load custom_tag %} {% block custom_css %} {% endblock custom_css %} {% block m-title %}({{UFR.code}}) FILTRE PAR UE : | {{get_annee}} | {{get_niveau}} | {{get_semestre}} {% endblock m-title %} {% block content %}

{% csrf_token %}
{% if ue %}

RESULTAT PAR UE

UE: ({{ue.code}}) {{ue}}

{% if deliberation %} VALIDES SESSION 1 REFUSES SESSION 1 REFUSES ANNUEL {% else %} {% endif %} {% if deliberation %} MOYENNE SESSION 2 {% else %} {% endif %}



RESULTAT PAR ECUE

{% for ecue in ecues %} {% endfor %}
CODE LIBELLE
{{ecue.code}} {{ecue.libelle}} {% if deliberation %} VALIDES REFUSES {% else %} {% endif %} {% if deliberation and ecue.id|check_session2_delib_ecue:get_annee.id %} NOTE SESSION 2 {% else %} {% endif %}
{% endif %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}