{% extends 'vice_president/base_vpr.html' %} {% load static %} {% load custom_tag %} {% load custom_tag_obj %} {% block content %} UFR: {{UFR.code}} | ANNEE: {{anUniv}} | NIVEAU: {{niveau}} MENU {% csrf_token %} {% for an in annees %} {{an}} {% endfor %} {% for niv in niveaux %} {{niv}} {% endfor %} Trier LISTE DES ECUE {% for semestre in semestres %} {{semestre.niveau}} : {{semestre}} CODE LIBELLE UE DELIBERE {% for ecue in UFR.id|get_ecue_by_ufr_and_semestre:semestre.id %} {{ecue.code}} {{ecue.libelle}} {{ecue.ue.code}} {% if ecue.id|check_deliberation_ue_an:annee == 'Oui' %} {% endif %} {% empty %} Aucune résultat {% endfor %} {% endfor %} {% include 'other_admin/pagination.html' %} {% endblock content %} {% block custom_js %} {% endblock custom_js %}