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

LISTE DES ENSEIGNANTS
{% for enseignants in page_obj %} {% endfor %}
Nom Prénoms Téléphone Action
Nom Prénoms Téléphone Action
{{enseignants.nom}} {{enseignants.prenoms}} {{enseignants.phone}} matière voir
{% endblock content %} {% block custom_js %} {% endblock custom_js %}