{% extends "base.html" %} {% load static %} {% load custom_filters %} {% block contenu %} {% include "header.html" %} {% include "leftbar.html" %} {% include "rightbar.html" %} {% include "chat.html" %} Profil Paiement Accueil Retour Etat Paiement 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 %} Modifier les informations {% endcomment %} {% endblock %}
{{ paiements.client.nom }}
{{ paiements.facture.code_facture }}
{{ paiements.facture.net_a_payer | format_number }} FCFA
{{ paiements.montant | format_number }} FCFA