{% 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 %} {% include TEMPLATE_CSS_PORTRAIT %} {% if displayInternalRef is defined and displayInternalRef == true %}
{% if vehicle.internalReference is not empty %}  {{ vehicle.internalReference|truncate(45, true, '...') }} {% endif %}
{% endif %}
{{ vehicle.brand }} {% if vehicle.model is not empty %}  {{ vehicle.model|truncate(45, true, '...') }} {% endif %}
{% if vehicle.version is not empty %} {{ vehicle.version|truncate(45, true, '...') }} {% endif %}
Energie Puiss. Admin. Mise en circulation Kilométrage {% if vehicle.distanceTraveledWarranty is not empty and vehicle.distanceTraveledWarranty == true %}  Garanti {% else %}  Non garanti {% endif %}
{{ vehicle.energy }} {% if vehicle.taxHorsepower is not empty %} {{ vehicle.taxHorsepower }} CV {% endif %} {% if vehicle.dateOfDistribution is not empty %} {{ vehicle.dateOfDistribution|date('d/m/y') }} {% endif %} {% if vehicle.distanceTraveled is not empty %} {{ vehicle.distanceTraveled }} kms {% endif %}
{% if vehicleMediaList is defined and vehicleMediaList is not empty %} {% set firstVehicle = vehicleMediaList|first %}
{% set image = firstVehicle %} {% set containerImgWidth = 1024 %} {% set containerImgHeight = 768 %} {% 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 %}
{{ macro_image.resize_image(vehicleF.getAirQualityCertificationUrl(vehicle, {})|trim, 150, 150, 150, 150) }}
{# params include #} {% set nbVehicleOptionalEquipment = 16 %} {% set priceOptionsOptional = false %} {% set isCotation = true %} {% if numberOfEquipmentsSpec is defined %} {% set nbVehicleOptionalEquipment = numberOfEquipmentsSpec %} {% endif %} {% include TEMPLATE_VEHICLE_OPTIONAL_EQUIPMENT %} {% if displayPriceSpecial is defined and displayPriceSpecial == true %}

{% if vehicle.priceSpecial is not empty %} A partir de {{ vehicle.priceSpecial|number_format(0, '', ' ') }} {{ currencySymbol }}/mois (*)
{% endif %}

(*) Avec un apport personnel de 1000{{ currencySymbol }} ttc. Un crédit vous engage et doit être remboursé. Les loyers sont indiqués sans assurance facultative ; les informations et détails du crédit sont à votre disposition à l'accueil.

{% endif %}
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
{{ vehicle.vo }} {{ vehicle.licenseNumber }}
Provenance Origine
{{ vehicle.follow.origin }} {% if vehicle.country is not empty %} {{ countries[vehicle.country] }} {% endif %}