{% 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 %}
Marque / Modèle |
{{ vehicle.brand }}
{% if vehicle.model is not empty %}
{{ vehicle.model|truncate(45, true, '...') }}
{% endif %}
|
|
|
Version
|
{% 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 %} |
|
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) }}
|
|
|
|
|
|
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 %}
|
|
|
{# params include #}
{#{% set nbVehicleStandardEquipment = 50 %}#}
{% set isCotation = true %}
{% include TEMPLATE_VEHICLE_STANDARD_EQUIPMENT %}
{# params include #}
{#{% set nbVehicleOptionalEquipment = 40 %}#}
{% set priceOptionsOptional = true %}
{% include TEMPLATE_VEHICLE_OPTIONAL_EQUIPMENT %}