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

Historique Commandes du Consultant : {{ consultant.nom }}

Montant Commande : {{ total_commande | format_number }} FCFA

{% for commande in commandes %} {% endfor %}
Code facture Date commande Date livraison Montant à payer Actions
{{ commande.code_commande }} {{ commande.date_edition }} {{ commande.date_execution }} {{ commande.net_a_payer | format_number }} FCFA
{% endblock %}