{% 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 Accueil Retour Commande Code facture Date commande Date livraison Montant à payer Actions {% for commande in commandes %} {{ commande.code_commande }} {{ commande.date_edition }} {{ commande.date_execution }} {{ commande.net_a_payer | format_number }} FCFA {% endfor %} {% endblock %}
Montant Commande : {{ total_commande | format_number }} FCFA