{% extends 'AppBundle:Documents:v2\\standard_layout.html.twig' %} {% import 'AppBundle:Documents:v2\\Import\\vehicle.html.twig' as vehicleF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_follow.html.twig' as vehicleFollowF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle_expertise.html.twig' as vehicleExpertiseF %} {% import 'AppBundle:Documents:v2\\Import\\contact.html.twig' as contactF %} {% block header %} {% include 'AppBundle:Documents:v2\\Include\\Vehicle\\vehicle_state_header.html.twig' with { 'asideLabel' : 'Numéro de police : ', 'asideValue' : vehicleF.getVo(vehicle, {'previousValue': ''}), 'title' : documentTemplate.getTitle(), } %} {% endblock %} {% block main_title %}{% endblock main_title %} {% block content %}

Fournisseur

{{ contactF.getContactLabel(vehicle.purchase.newSupplier.contact, {}) }}

Date de réception

Immatriculation

{{ vehicleF.getLicenseNumber(vehicle, {}) }}

N° de série

{{ vehicleF.getVin(vehicle, {}) }}

Puissance fiscale

{{ vehicleF.getHorsePower(vehicle, {}) }}

Energie

{{ vehicleF.getEnergy(vehicle, {}) }}

Kilométrage

{{ vehicleF.getDistanceTraveled(vehicle, {}) }}

Boîte de vitesse

{{ vehicleF.getGearbox(vehicle, {}) }}

Marque

{{ vehicleF.getBrand(vehicle, {}) }}

Modèle

{{ vehicleF.getModel(vehicle, {}) }}

Version

{{ vehicleF.getVersion(vehicle, {}) }}

Couleur

{{ vehicleF.getColor(vehicle, {}) }}

Carosserie

{{ vehicleF.getBodyWork(vehicle, {}) }}
{% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with {'title' : 'Etat des frais'} %}

R = rayure, I = impact, T = tôlerie, C = Cassure.

{% include 'AppBundle:Documents:v2\\Include\\Vehicle\\vehicle_state_table.html.twig' with { 'column1' : '' } %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with {'title': 'Options'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Antenne.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Boite ampoule.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Carnet d\'entretien.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Carnet d\'utilisation.', 'labelWidth' : 'w-20'} %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Carnet de garantie.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Carte SD.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Coffre CD.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Cric/manivelle.', 'labelWidth' : 'w-20'} %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Double des clés.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Ecrou d\'antivol.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Gilet.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'GPS mobile.', 'labelWidth' : 'w-20'} %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : 'Triangle.', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : '', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : '', 'labelWidth' : 'w-20'} %} {% include 'AppBundle:Documents:v2\\Include\\Global\\checkbox_with_text.html.twig' with {'textValue' : '', 'labelWidth' : 'w-20'} %}
{% include 'AppBundle:Documents:v2\\Include\\Vehicle\\equipment_list.html.twig' with { 'maxCharacter': 2500 } %}
Frais estimés à la commande
Frais constatés
{{ vehicleExpertiseF.getTotalStateCosting(expertise is defined and expertise is not empty and expertise.externalStateList is not empty ? expertise.externalStateList : '', expertise is defined and expertise is not empty and expertise.internalStateList is not empty ? expertise.internalStateList : '') }}  {{ currencySymbol }}
{{ vehicleF.getEstimateCost(vehicle, {}) }} {{ currencySymbol }}
{% include 'AppBundle:Documents:v2\\Include\\Global\\title_content.html.twig' with {'title' : 'Remarques'} %}

{{ vehicleExpertiseF.getComment(expertise, {}) }}

{% endblock content %} {% block signature %}{% endblock signature %} {% block footer %} {% include 'AppBundle:Documents:v2\\Include\\Global\\footer.html.twig' with {'object': group, 'footerClass': 'fs-6 lh-6 fw-400 fs-i ta-center t-dark-grey' } %} {% include 'AppBundle:Documents:v2\\Include\\Global\\footer.html.twig' with {'footerClass' : 'fs-6 lh-6 fw-400 fs-i ta-center t-dark-grey', 'footerId': 'footer-portrait-2'} %} {% endblock footer %}