{% extends 'dg_ufr/base_ufr.html' %} {% load static %} {% load custom_tag %} {% load custom_tag_obj %} {% block content %}
{% include "dg_ufr/parts/stats.html" %}

ANNEE: {{anUniv}}

MENU
{% csrf_token %}

LISTE DES MATIÈRES

{% for semestre in semestres %} {% if UFR.id|get_ue_by_ufr_and_semestre:semestre.id %} {% for item in UfrAnId|get_ue_by_ufr_and_semestre_set:semestre.id %} {% empty %} {% endfor %} {% endif %} {% endfor %}
{{semestre.niveau}} | {{semestre}}
Code libellé Actions
{{item.code}} {{item.libelle}} Gérer {% if ue.id|check_deliberation_ue == 'Oui' %} {% endif %}
Aucun résultat

{% include 'other_admin/pagination.html' %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}