{% extends "base.html" %} {% load static %} {% load custom_filters %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Liste Services Total : {{ servs.count }} services Accueil Ajout Service Code Service Désignation Prix unitaire Description Actions {% for serv in servs %} {{ serv.code_service }} {{ serv.nom }} {{ serv.tarif_unitaire | format_number }} FCFA {{ serv.description }} {% endfor %} {% endblock %}