{% extends "base.html" %} {% load static %} {% load custom_filters %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Liste postes de dépense Total : {{ postes.count }} postes Accueil Liste Dépenses Ajout Poste Code Poste Poste de dépense Montant Plafond Actions {% for poste in postes %} {{ poste.code_poste }} {{ poste.poste }} {{ poste.montant_plafond|default_if_none:0.00|format_number }} FCFA {% endfor %} {% endblock %}