{% extends "base_frontoffice.html" %} {% block content %}
| Date com | Qté com | Date prévu | Prix achat | Date livraison | Qté livré | Prix vente | Reservé | Reste | Status | Action |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ comm.date_commande_str }} | {{ comm.quantite_commande }} | {{ comm.date_prevu_livraison_str }} | {{ comm.prix_achat_str }} | {{ comm.date_livraison_str }} | {{ comm.quantite_livre }} | {{ comm.prix_vente_str }} | {{comm.reserve}} | {{comm.reste}} | {{ comm.status }} | {% if comm.reste<=0 %} {% else %} {% endif %} {% if comm.status=="LIVRE" %} {% else %} {% endif %} LISTE RESERVATION |