<%= line({
key: 'N° Offre :',
value: order.devis.numero,
}) %>
<%= line({
key: 'Commercial :',
value: order.devis.commercial || null,
}) %>
<%= line({
key: 'Type :',
value: order.devis.offre.disponibilite
}) %>
<%= customerTpl %>
<%= line({
key: 'Marque :',
value: order.devis.offre.marque_nom
}) %>
<%= line({
key: 'Modèle :',
value: order.devis.offre.model_nom
}) %>
<%= line({
key: 'Motorisation :',
value: order.devis.offre.motorisation
}) %>
<%= line({
key: 'Finition :',
value: order.devis.offre.finition
}) %>
<%= line({
key: 'Carburant :',
value: order.devis.offre.energie_nom
}) %>
<%= line({
key: 'Nb portes :',
value: order.devis.offre.nb_porte
}) %>
<%= line({
key: 'Couleur extérieure :',
value: order.devis.couleur.label
}) %>
<%= line({
key: 'Couleur sellerie :',
value: order.devis.sellerie.label
}) %>
<%= line({
key: 'Prix véhicule net total à payer :',
value: h.currency(order.devis.addition.total)
}) %>