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

Liste Commande pour Consultants Total : {{ commandes.count }} commandes

{% for commande in commandes %} {% endfor %}
Code Devis Nom Consultant Objet Montant Date Exécution Actions
{{ commande.code_commande }} {{ commande.consultant.nom }} {{ commande.objet }} {{ commande.net_a_payer | format_number }} FCFA {{ commande.date_execution }}
{% endblock %}