Type Marque / Modèle / Version Couleur Immat. MEC VIN Km
Genre Provenance Energie Puiss. Admin Garantie/Durée Estim. CO2
{% if vehicle.typeVoVn is not empty %} {{ vehicle.typeVoVn }} {% endif %} {% if vehicle.brand is not empty %} {{ vehicle.brand }}{% endif %} /{% if vehicle.model is not empty %} {{ vehicle.model|truncate(45, true, '...') }}{% endif %} /{% if vehicle.version is not empty %} {{ vehicle.version|truncate(45, true, '...') }}{% endif %} {% if vehicle.color is not empty %} {{ vehicle.color }} {% endif %} {% if vehicle.licenseNumber is not empty %} {{ vehicle.licenseNumber }} {% endif %} {% if vehicle.dateOfDistribution is not empty %} {{ vehicle.dateOfDistribution|date('d/m/y') }} {% endif %} {% if vehicle.vin is not empty %} {{ vehicle.vin }} {% endif %} {% if vehicle.distanceTraveled is not empty %} {{ vehicle.distanceTraveled }} km{% endif %}
{% if vehicle.gender is not empty %} {{ vehicle.gender }} {% endif %} {% if vehicle.follow.origin is not empty %} {{ vehicle.follow.origin }} {% endif %} {% if vehicle.energy is not empty %} {{ vehicle.energy }} {% endif %} {% if vehicle.taxHorsepower is not empty %}{{ vehicle.taxHorsepower }} CV{% endif %} {% if vehicle.warrantyType is not empty and vehicle.warrantyType == 'vehicle.warranty.type.with' %} {{ vehicle.warrantyLabel }} {% elseif vehicle.warrantyType is not empty and vehicle.warrantyType == 'vehicle.warranty.type.manufacturer' %} Garantie constructeur {% elseif vehicle.warrantyType is not empty and vehicle.warrantyType == 'vehicle.warranty.type.without' %} Sans garantie {% endif %} {% if vehicle.warrantyDuration is not empty and (vehicle.warrantyType == 'vehicle.warranty.type.with' or vehicle.warrantyType == 'vehicle.warranty.type.manufacturer') %} / {{ vehicle.warrantyDuration }} mois {% endif %} {% if vehicle.extraUrbanKmConsumption is not empty %}{{ vehicle.extraUrbanKmConsumption }} g/km{% endif %}
{% if displaySellPrice is defined and displaySellPrice == true %}
Prix de vente {{ sellPrice|number_format(2, ',', ' ') }} {{ currencySymbol }}
{% endif %}