Reprise <% if (typeof selected !== "undefined" && selected) { %> (- <%- h.currency(selected.montant) %>) <% } %>

<% if (typeof loading !== "undefined" && loading) { %> <%= loading %> <% } else if (typeof error !== "undefined" && error) { %>

<%= error %>

<% } else { %>
<% if(tradeIn.length) { %>
<% _.each(tradeIn, function (r) { %> <% }); %>
<% if (selected) { %>

Conditions de la reprise

  • Si Commande avant le : <%- h.optionalDate(offer.repriseMaxDateCommande, 'N/A') %>
  • Si Livraison avant le : <%- h.optionalDate(offer.repriseMaxDateLivraison, 'N/A') %>
  • Si Immatriculation avant le : <%- h.optionalDate(offer.repriseMaxDateImmatriculation, 'N/A') %>
<% } else { %>

Aucune condition particulière.

<% } %>
<% } else { %>

Aucune possibilité de reprise pour ce modèle.

<% } %>
<% } %>