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

Total Paiement Consultants

{{ total_paiement_consultant | format_number }} FCFA

{% for paiement in paiements_consultants %} {% endfor %}
Date Code Paiement Nom du Consultant Code facture Montant payƩ
{{ paiement.date_paiement }} {{ paiement.code_paiement }} {{ paiement.consultant.nom }} {{ paiement.facture_consultant.code_facture }} {{ paiement.montant | format_number }} FCFA
{% endblock %}