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

PAIEMENT CONSULTANT {{ consultant.code_consultant }}

Annuler
{% csrf_token %}
Code Facture Date Montant Total Paiement reçu Montant restant Entrer montant
{{ facture_consultant.code_facture }} {{ facture_consultant.date_edition }} {{ facture_consultant.net_a_payer }} FCFA {{ total_paiement }} FCFA {{ montant_restant }} FCFA
{% comment %} {% endcomment %}
{% endblock %}