{% 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.delivery_place.title'|trans({}, 'DocumentTrans' ) }}

{% endblock %} {% block main_title %}{% endblock main_title %} {% block signature %}{% endblock signature %} {% block content %} {% set orderForm = vehicleData.orderForm %} {% set seller = vehicleData.orderForm.seller %} {% set customer = vehicleData.orderForm.customer %}

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

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

{% if customer.civility is not defined %} {{ 'automalin.delivery_place.moreover'|trans({}, 'DocumentTrans' ) }} {% endif %}

{{ customer.address }} {{ customer.address2 }}

{{ customer.postalCode }} {{ customer.city }}

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

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

{{ vehicleData.brand }}

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

{{ vehicleData.model }}

{{ 'vehicle.chassis'|trans({}, 'DocumentTrans' )|upper }}

{{ vehicleData.vin }}

{{ 'automalin.delivery_place.present'|trans({}, 'DocumentTrans' ) }} {{ seller.seller.firstName }} {{ seller.seller.lastName }}

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

{% if customer.civility is defined %} {{ 'automalin.delivery_place.doc_indiv'|trans({}, 'DocumentTrans' ) }} {% else %} {{ 'automalin.delivery_place.doc_group'|trans({}, 'DocumentTrans' ) }} {% endif %}

{% if customer.civility is defined %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Facture', 'labelWidth' : 'w-50'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Double de clef', 'labelWidth' : 'w-50'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Déclaration de cession', 'labelWidth' : 'w-50'} %}

{{ 'automalin.delivery_place.certificate_content'|trans({}, 'DocumentTrans' ) }} ******{{ 'automalin.delivery_place.yes'|trans({}, 'DocumentTrans' ) }} ********{{ 'automalin.delivery_place.no'|trans({}, 'DocumentTrans' ) }}

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

{{ 'automalin.delivery_port.vehicle.delivry1'|trans({}, 'DocumentTrans') }} {{ 'automalin.delivery_port.vehicle.delivry2'|trans({}, 'DocumentTrans') }} / /2022 à H

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

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

………………………………………………………………………………………………………………………………………………………………

………………………………………………………………………………………………………………………………………………………………

{% else %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Carnet de garantie', 'labelWidth' : 'w-50', 'labelClass' : 'fs-16 lh-18 fw-400 t-black fw-b'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Notice utilisation', 'labelWidth' : 'w-50', 'labelClass' : 'fs-16 lh-18 fw-400 t-black fw-b'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Double de clef ', 'labelWidth' : 'w-50', 'labelClass' : 'fs-16 lh-18 fw-400 t-black fw-b'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Carte grise', 'labelWidth' : 'w-50', 'labelClass' : 'fs-16 lh-18 fw-400 t-black fw-b'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Factures entretien', 'labelWidth' : 'w-50', 'labelClass' : 'fs-16 lh-18 fw-400 t-black fw-b'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Déclaration de cession', 'labelWidth' : 'w-50', 'labelClass' : 'fs-16 lh-18 fw-400 t-black fw-b'} %}

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

{{ 'automalin.delivery_port.vehicle.delivry1'|trans({}, 'DocumentTrans') }} {{ 'automalin.delivery_port.vehicle.delivry2'|trans({}, 'DocumentTrans') }} / /2022

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

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