- Marque :
- <%- marque.nom %>
- Carte des centres livreurs :
- <%- marque.centrelivreur || '-' %>
- Garantie constructeur :
-
<%- marque.garantie_constructeur ? marque.garantie_constructeur+' mois' : '-' %>
- Sujet à l'exportation :
-
<% if(marque.sujet_a_exportation){ %>
oui
<% } else if(!!marque.sujet_a_exportation === false) { %>
non
<% } else { %>
-
<% } %>
- Reprise constructeur :
-
<% if(marque.reprise_constructeur){ %>
Déduite
<% } else if(!!marque.reprise_constructeur === false) { %>
Non déduite
<% } else { %>
-
<% } %>
- Bonus écologique :
-
<% if(marque.eco_bonus){ %>
Déduite
<% } else if(!!marque.eco_bonus === false) { %>
Non déduite
<% } else { %>
-
<% } %>
- Remise general fleetway :
-
<%- h.points(marque.remise_general_fleetway, '-') %>
- Frais de tatouage antivol :
-
<%- h.currency(marque.frais_gravage, '-') %>
- LOA :
-
<%- marque.loa === true ? 'Oui' : 'Non' %>
- Frais de mise à dispo France :
-
<%- h.currency(marque.frais_mise_a_dispo_france, '-') %>
- Frais de mise à dispo Europe :
-
<%- h.currency(marque.frais_mise_a_dispo_europe, '-') %>