{% extends 'AppBundle:Documents:v2\\standard_layout.html.twig' %} {% block header %} {% include 'AppBundle:Documents:v2\\Override\\Automalin\\Include\\header.html.twig' with { 'positionLogo' : 'ta-center', 'logoOnly' : true } %}

{{ 'automalin.sales_mileage_certificate.title'|trans({}, 'DocumentTrans' ) }}

{% endblock %} {% block main_title %}{% endblock main_title %} {% block signature %}{% endblock signature %} {% block content %} {% set purchaseSupplier = vehicleData.purchaseSupplier %}

{{ 'automalin.delivery_place.undersigned'|trans({}, 'DocumentTrans' ) }}

{% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.firstName }} {{ purchaseSupplier.lastName }} {% else %} {{ purchaseSupplier.corporateNameContact }} {% endif %}

{{ 'automalin.sales_mileage_certificate.inhabitant'|trans({}, 'DocumentTrans' ) }}

{{ purchaseSupplier.address }}

{{ purchaseSupplier.postalCode }} {{ purchaseSupplier.city }}

{{ 'automalin.sales_mileage_certificate.property_vehicle'|trans({}, 'DocumentTrans' ) }} :

{{ 'vehicle.brand'|trans({}, 'DocumentTrans' ) }} :

{{ vehicleData.brand }}

{{ 'vehicle.model'|trans({}, 'DocumentTrans' ) }} :

{{ vehicleData.model }}

{{ 'vehicle.immat'|trans({}, 'DocumentTrans' ) }} :

{{ vehicleData.licenseNumber }}

{{ 'vehicle.first_circulation'|trans({}, 'DocumentTrans' ) }} :

{{ vehicleData.dateOfDistribution|date("d/m/Y") }}

{{ 'vehicle.seri_number'|trans({}, 'DocumentTrans' ) }} :

{{ vehicleData.vin }}

{{ 'vehicle.vintage'|trans({}, 'DocumentTrans' ) }} :

{{ vehicleData.year }}

{{ 'automalin.sales_mileage_certificate.certificate_km'|trans({}, 'DocumentTrans' ) }} : {{ vehicleData.distanceTraveled }} Km.

{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Garanti', 'labelWidth' : 'w-50'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Non garenti', 'labelWidth' : 'w-50'} %}

{{ 'automalin.sales_mileage_certificate.cerificate_first_property'|trans({}, 'DocumentTrans' ) }} :

{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Oui', 'labelWidth' : 'w-50'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Non', 'labelWidth' : 'w-50'} %}

{{ 'automalin.sales_mileage_certificate.certificate_that'|trans({}, 'DocumentTrans' ) }} :

{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'le véhicule n’a jamais été accidenté', 'labelWidth' : 'w-50'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'le véhicule a été accidenté', 'labelWidth' : 'w-50'} %}

{{ 'automalin.sales_mileage_certificate.certif_vehicle'|trans({}, 'DocumentTrans' ) }}

{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Oui', 'labelWidth' : 'w-50'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Non', 'labelWidth' : 'w-50'} %}

{{ 'automalin.sales_mileage_certificate.double_key'|trans({}, 'DocumentTrans' ) }} : {{ 'automalin.yes'|trans({}, 'DocumentTrans' ) }} / {{ 'automalin.no'|trans({}, 'DocumentTrans' ) }}

{{ 'automalin.sales_mileage_certificate.vehicle_delivery_date'|trans({}, 'DocumentTrans' ) }} :

{{ 'the'|trans({}, 'DocumentTrans')|capitalize }} {{ "now"|date("d/m/Y") }}

A {{ vehicleData.purchaseSupplier.city }}

{% endblock content %} {% block footer %} {% include 'AppBundle:Documents:v2\\Override\\Automalin\\Include\\footer.html.twig' %} {% endblock footer %}