{% extends 'dg_ufr/base_ufr.html' %} {% load static %} {% block content %}
LISTE DES CLASSES
{% for item in page_obj %} {% endfor %}
lIBELLE ACTIONS
LIBELLE ACTIONS
{{item.libelle|upper}}   Liste de classe   Programmation
{% endblock content %} {% block custom_js %} {% endblock custom_js %}