{% 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

{% for poste in postes %} {% endfor %}
Code Poste Poste de dépense Montant Plafond Actions
{{ poste.code_poste }} {{ poste.poste }} {{ poste.montant_plafond|default_if_none:0.00|format_number }} FCFA
{% endblock %}