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

REGLEMENT {{ facture.code_facture }}

Annuler
{% csrf_token %}
Code Facture Date Net à payer Paiement reçu Montant restant Entrer montant
{{ facture.code_facture }} {{ facture.date_edition }} {{ facture.net_a_payer | format_number }} FCFA {{ total_paiement | format_number }} FCFA {{ montant_restant | format_number }} FCFA
{% comment %} {% endcomment %}
{% endblock %}