{% include INIT_VARIABLES %}
{% import 'AppBundle:Documents:v2\\Import\\vehicle.html.twig' as vehicleF %}
{% import 'AppBundle:Admin:Common\\Macro\\macro_image.html.twig' as macro_image %}
{% include FOOTER f 30 50 %}
{% if vehicle.brand is not empty %}{{ vehicle.brand }}{% endif %} {% if vehicle.model is not empty %}{{ vehicle.model }}{% endif %} |
{% if vehicle.version is not empty %}{{ vehicle.version }}{% endif %} |
Energie |
Puiss. Admin. |
{% if vehicle.energy is not empty %}{{ vehicle.energy }}{% endif %} |
{% if vehicle.taxHorsepower is not empty %}{{ vehicle.taxHorsepower }} CV{% endif %} |
Mise en circulation |
Kilométrage {% if vehicle.distanceTraveledWarranty is not empty and vehicle.distanceTraveledWarranty == true %}Garanti{% endif %} |
{% if vehicle.dateOfDistribution is not empty %}{{ vehicle.dateOfDistribution|date('d/m/y') }}{% endif %} |
{% if vehicle.distanceTraveled is not empty %}{{ vehicle.distanceTraveled }} km{% endif %} |
Principaux équipements en options |
{% set cptOptional = 0 %}
{% for opt in vehicle.equipmentOptional if cptOptional < 20 %}
{% set cptOptional = cptOptional + 1 %}
- {{ opt.option|truncate(55, true, '...') }}
{% else %}
...
{% endfor %}
|
Garantie |
Durée |
{% 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 %}
|
Km Compris |
|
{% if vehicle.warrantyKilometric is not empty and (vehicle.warrantyType == 'vehicle.warranty.type.with' or vehicle.warrantyType == 'vehicle.warranty.type.manufacturer') %}
{{ vehicle.warrantyKilometric }} Km
{% endif %}
|
|
N° de Police |
Immatriculation |
{% if vehicle.vo is not empty %}{{ vehicle.vo }}{% endif %} |
{% if vehicle.licenseNumber is not empty %}{{ vehicle.licenseNumber }}{% endif %} |
Provenance |
Origine |
{% if vehicle.follow.origin is not empty %}{{ vehicle.follow.origin }}{% endif %} |
{% if vehicle.country is not empty %}
{{ countries[vehicle.country] }}
{% endif %}
|
|
{{ macro_image.resize_image(vehicleF.getAirQualityCertificationUrl(vehicle, {})|trim, 100, 100, 100, 100) }}
{% if vehicleMediaList is defined and vehicleMediaList is not empty %}
{% set firstVehicle = vehicleMediaList|first %}
{% set image = firstVehicle %}
{% set containerImgWidth = 1100 %}
{% set containerImgHeight = 600 %}
{% include TEMPLATE_IMAGE %}
{% endif %}
|
Prix TTC {% if isVU is defined and isVU == true %}{% if vehicle.pricePublic is not empty %}{{ vehicle.pricePublic|number_format(0, '', ' ') }} {{ currencySymbol }}{% endif %}{% endif %} |
{% if isVU is defined and isVU == true %}
{% if vehicle.pricePublicWithoutTax is not empty %}
{{ vehicle.pricePublicWithoutTax|number_format(0, '', ' ') }} {{ currencySymbol }} HT
{% endif %}
{% else %}
{% if vehicle.pricePublic is not empty %}
{{ vehicle.pricePublic|number_format(0, '', ' ') }} {{ currencySymbol }}
{% endif %}
{% endif %}
Hors frais d'immatriculation
{% if vehicle.isRecoverableVat == 1 %}
- TVA récupérable
{% endif %}
|
|