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

Identifiant paiement

{{ paiements.code_paiement }}

Client :

{{ paiements.client.nom }}


N° Facture :

{{ paiements.facture.code_facture }}


Montant Facture :

{{ paiements.facture.net_a_payer | format_number }} FCFA


Montant paiement :

{{ paiements.montant | format_number }} FCFA


{% comment %}
{% endcomment %}
{% endblock %}