{% extends 'other_admin/custom_admin_base.html' %} {% load static %} {% block m-title %}{{enseignant}}{% endblock m-title %} {% block content %}

LISTE DES ETABLISSEMENTS

{% include 'other_admin/enseignant/modal_add_ufr.html' %}
{% for item in ufrs %} {% empty %} {% endfor %}
ANNEE CODE LIBELLE
{{ item.annee }} {{ item.ufr.code }} {{ item.ufr.libelle }} {% include 'other_admin/enseignant/modal_delete_ufr.html' %}
Aucun résultat
{% include 'other_admin/pagination.html' %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}