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

Profil Poste Dépense {{ poste.poste }}

Poste de dépense

{{ poste.poste }}

Montant plafond :

{{ poste.montant_plafond | format_number }} FCFA

{% endblock %}