{% extends "base.html" %} {% load static %} {% load custom_filters %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %}

Liste Catégorie Fichier Total : {{ categories.count }} catégories

{% for categorie in categories %} {% endfor %}
Code Catégorie Nom de la catégorie Actions
{{ categorie.code_categorie }} {{ categorie.nom }}
{% endblock %}