{% extends 'president/pr_base.html' %} {% load static %} {% block content %} ANNEE: {{anUniv}} MENU {% csrf_token %} {% for an in annees %} {{an}} {% endfor %} {% for niv in niveaux %} {{niv}} {% endfor %} ETABLISSEMENT {{ufrs|length}} Voir plus ENSEIGNANTS {{TotalEnseignant}} Voir plus {% include 'president/pr_modal_detail_enseignant.html' %} APPRENANTS {{TotalEtudiant}} Voir plus {% include 'president/pr_modal_detail_etudiant.html' %} {% endblock content %} {% block custom_js %} {% endblock custom_js %}