{% extends 'AppBundle:Documents:v2\\standard_layout.html.twig' %} {% block style %} {{ parent() }} {% endblock style %} {% block body %} {% set purchaseSupplier = vehicleData.purchaseSupplier %} {% set vehiclePurchase = vehicleData.vehiclePurchase %} {% set addressSellingPoint = group.addressSellingPoint %}
{% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.lastName }} {% else %} {{ purchaseSupplier.corporateNameContact }} {% endif %}
{% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.firstName }} {% endif %}
{{ purchaseSupplier.address }}
{{ purchaseSupplier.postalCode }}
{{ purchaseSupplier.city }}
{{ purchaseSupplier.phoneNumber }}
{{ purchaseSupplier.birthDate }}
{{ purchaseSupplier.identityCardNumber }}
{{ group.corporateName }}
{{ addressSellingPoint.address }}
{{ addressSellingPoint.postalCode }}
{{ addressSellingPoint.city }}
{{ group.phoneNumber }}
{{ vehicleData.brand }}
{{ vehicleData.model }}
{{ vehicleData.vin }}
{{ vehiclePurchase.priceTtc }} {{ currencySymbol }}
{{ addressSellingPoint.city }}
{{ vehiclePurchase.purchaseDate }}
{{ addressSellingPoint.city }}
{{ vehiclePurchase.purchaseDate }}
{{ vehiclePurchase.priceTtc }} {{ currencySymbol }}
{{ orderForm.orderFormSellDate }}
{{ orderForm.orderFormSellHour }}
{% endblock body %}