<% if (offer.loa === true) { %>
Remise LOA <%= h.percent(prices.vehicle_discount) %> <%= h.sign(offer.remiseLeaseWay || 0) + ' ' + Math.abs(offer.remiseLeaseWay || 0) %> = <%- h.percent(prices.percentLoa) %>
Montant total à financer <%= h.currency(prices.totalLoa) %>
Véhicule immatriculé <%= offer.typeVehicule === 2 ? 'Oui' : 'Non' %>
<% } else { %>

LOA désactivé pour cette offre.

<% } %>