{% set isCertificateWarranty = true %} {% include INIT_VARIABLES %} {% include FOOTER f 30 50 %} {% include TEMPLATE_CSS_PORTRAIT %}
{# params include #} {% include TEMPLATE_HEADER_PORTRAIT %}
CERTIFICAT DE GARANTIE
Bénéficiaire
{% set customer = {} %} {% if vehicle.certification.newOwner|instanceof('AppBundle\\Entity\\History\\Contact\\ContactHistory') %} {% set customer = get_service('app_bundle.manager.contact').getCustomerContactHistoryFormatted(vehicle.certification.newOwner) %} {% endif %} {% include TEMPLATE_CUSTOMER %}
Véhicule commandé
{# params include #} {% set vehicle = vehicle %} {% set displaySellPrice = false %} {% set orderFormWarrantyType = order_form.warrantyType %} {% set withoutEndDate = true %} {% set noWarranty = true %} {% include TEMPLATE_BASE_VEHICLE_TABLE %}
{% if vehicle.warrantyType is not empty %} {% if vehicle.warrantyType == 'vehicle.warranty.type.with' or vehicle.warrantyType == 'vehicle.warranty.type.manufacturer' %}
Garantie
{% endif %} {% if vehicle.warrantyType == 'vehicle.warranty.type.with' %} {% elseif vehicle.warrantyType == 'vehicle.warranty.type.manufacturer' %} {% endif %}
Type de garantie Libellé de garantie Date de vente (effet de garantie) Date de fin Km Compris
Garantie {{ vehicle.warrantyLabel }} {{ vehicle.follow.outputSellDate|date("d/m/Y") }} {{ vehicle.warrantyEndDate|date("d/m/Y") }} {{ vehicle.warrantyKilometric }} km
Type de garantie Durée Date de fin Km Compris
Garantie constructeur {{ vehicle.warrantyDuration }} mois {{ vehicle.warrantyEndDate|date("d/m/Y") }} {{ vehicle.warrantyKilometric }} km
{% endif %}

Remarques : {{ vehicle.note.administration }}