{% 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 Accueil Liste Fichiers Ajout Catégorie Code Catégorie Nom de la catégorie Actions {% for categorie in categories %} {{ categorie.code_categorie }} {{ categorie.nom }} {% endfor %} {% endblock %}