<% if (orders.length) { %> <% _.each(orders, function (order) { %> <% }); %> <% } else { %> <% } %>
N° Commande Client Etat Commercial Type Fournisseur Marque Modèle Motorisation Finition Couleur extérieure Sellerie Prix véhicule net total Financement Actions
<%- order.numero %> <%- order.client %> <%- order.etat ? 'confirmée' : 'non confirmée' %> <%- order.commercial %> <%- order.type %> <%- order.fournisseur.societe %> <%- order.marque %> <%- order.modele %> <%- order.motorisation %> <%- order.finition %> <%- order.couleur %> <%- order.sellerie %> <%- h.currency(order.prix) %> <%- order.financementLabel %>
<% if (order.etat === false) { %> Confirmer <% } else { %> Pochette Client <% } %>
Aucune commande trouvée