Annonce n° : {% if vehicle.vo is not empty %} {{ vehicle.vo }} {% endif %}
|
{{ vehicle.brand }} {{ vehicle.model }}
{{ vehicle.version }}
|
Kilométrage ({% if vehicle.distanceTraveledWarranty is defined and vehicle.distanceTraveledWarranty %}garanti{% else %}non garanti{% endif %})
|
{{ vehicle.distanceTraveled }} kms
|
Année
|
{{ vehicle.dateOfDistribution|date('d/m/Y') }}
|
Garantie
|
{% 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' %}
Constructeur
{% elseif vehicle.warrantyType is not empty and vehicle.warrantyType == 'vehicle.warranty.type.without' %}
Sans garantie
{% endif %}
|
{% if vehicle.warrantyType is not empty and vehicle.warrantyType != 'vehicle.warranty.type.without' %}
{% set warrantyValueArray = [] %}
{% if vehicle.warrantyDuration is not empty %}
{% set warrantyDurationString = vehicle.warrantyDuration ~ ' mois' %}
{% set warrantyValueArray = warrantyValueArray|merge([warrantyDurationString]) %}
{% endif %}
{% if vehicle.warrantyKilometric is not empty %}
{% set warrantyKilometricString = vehicle.warrantyKilometric ~ ' Km' %}
{% set warrantyValueArray = warrantyValueArray|merge([warrantyKilometricString]) %}
{% endif %}
{% if warrantyValueArray is not empty %}
{{ warrantyValueArray|join(' / ') }}
{% endif %}
|
{% endif %}
Energie
|
{{ vehicle.energy }}
|
Boîte
|
{{ vehicle.gearbox }}
|
Couleur
|
{% if vehicle.colorForm is defined and vehicle.colorForm is not empty %}
{{ vehicle.colorForm }}
{% endif %}
|
Puissance
|
{% if vehicle.taxHorsepower is defined and vehicle.taxHorsepower is not empty %}
{{ vehicle.taxHorsepower }} CV
{% endif %}
{% if vehicle.horsepower is defined and vehicle.horsepower is not empty %}
( {{ vehicle.horsepower }} ch)
{% endif %}
|
Nombre de places
|
{% if vehicle.seats is defined and vehicle.seats is not empty %}
{{ vehicle.seats }}
{% endif %}
|
Mixte :
{% if vehicle.mixteConsumption is not empty %}
{{ vehicle.mixteConsumption }} L / 100 km
{% endif %}
|
Urbaine :
{% if vehicle.urbanConsumption is not empty %}
{{ vehicle.urbanConsumption }} L / 100 km
{% endif %}
|
Extra Urbaine :
{% if vehicle.extraUrbanConsumption is not empty %}
{{ vehicle.extraUrbanConsumption }} L / 100 km
{% endif %}
|
Taux de CO² :
{% if vehicle.extraUrbanKmConsumption is not empty %}
{{ vehicle.extraUrbanKmConsumption }} g / km
{% endif %}
|
|
{% if vehicle.extraUrbanKmConsumption is not empty %}
{% set letter = '' %}
{% if vehicle.extraUrbanKmConsumption <= 100 %}
{% set letter = 'A' %}
{% elseif vehicle.extraUrbanKmConsumption >= 101 and vehicle.extraUrbanKmConsumption <= 120 %}
{% set letter = 'B' %}
{% elseif vehicle.extraUrbanKmConsumption >= 121 and vehicle.extraUrbanKmConsumption <= 140 %}
{% set letter = 'C' %}
{% elseif vehicle.extraUrbanKmConsumption >= 141 and vehicle.extraUrbanKmConsumption <= 160 %}
{% set letter = 'D' %}
{% elseif vehicle.extraUrbanKmConsumption >= 161 and vehicle.extraUrbanKmConsumption <= 200 %}
{% set letter = 'E' %}
{% elseif vehicle.extraUrbanKmConsumption >= 201 and vehicle.extraUrbanKmConsumption <= 250 %}
{% set letter = 'F' %}
{% elseif vehicle.extraUrbanKmConsumption >= 251 %}
{% set letter = 'G' %}
{% endif %}
{% endif %}
|
{% if vehicle.equipmentOptional[cptFirstTd] is defined %}
- {% if isCotation == true %}{{ vehicle.equipmentOptional[cptFirstTd].option|truncate(45, true, '...') }}{% else %}{{ vehicle.equipmentOptional[cptFirstTd].option }}{% endif %} |
{% endif %}
{% if vehicle.equipmentOptional[cptSecondTd] is defined %}
{% if cptSecondTd < nbEquipmentTotal %}
- {% if isCotation == true %}{{ vehicle.equipmentOptional[cptSecondTd].option|truncate(45, true, '...') }}{% else %}{{ vehicle.equipmentOptional[cptSecondTd].option }}{% endif %} |
{% else %}
{% if threePoints == true %}
... |
|
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% if isPair == true and threePoints == true %}
{% if vehicle.equipmentStandard[cptFirstTd] is defined %}
- {% if isCotation == true %}{{ vehicle.equipmentStandard[cptFirstTd].option|truncate(45, true, '...') }}{% else %}{{ vehicle.equipmentStandard[cptFirstTd].option }}{% endif %} |
{% endif %}
{% if vehicle.equipmentStandard[cptSecondTd] is defined %}
{% if cptSecondTd < nbEquipmentTotal %}
- {% if isCotation == true %}{{ vehicle.equipmentStandard[cptSecondTd].option|truncate(45, true, '...') }}{% else %}{{ vehicle.equipmentStandard[cptSecondTd].option }}{% endif %} |
{% else %}
{% if threePoints == true %}
... |
{% endif %}
{% endif %}
{% endif %}
{% endfor %}
{% if isPair == true and threePoints == true %}
{{ vehicle.pricePublic|number_format(0, '', ' ') }} {{ currencySymbol }} ttc
|
{% if vehicle.isRecoverableVat is defined and vehicle.isRecoverableVat %}
* Offre soumise à conditions, parlez-en à nos conseillers - www.JacquesBervas.fr |