{% extends 'AppBundle:Documents:v2\\standard_layout.html.twig' %} {% import 'AppBundle:Documents:v2\\Import\\group.html.twig' as groupF %} {% import 'AppBundle:Documents:v2\\Import\\global.html.twig' as globalF %} {% import 'AppBundle:Documents:v2\\Import\\contact.html.twig' as contactF %} {% import 'AppBundle:Documents:v2\\Import\\vehicle.html.twig' as vehicleF %} {% block style %} {{ parent() }} {% endblock style %} {% block header %}{% endblock header %} {% block main_title %}{% endblock main_title %} {% block content %} {% set purchaseSupplier = vehicleData.purchaseSupplier %} {% set addressSellingPoint = groupData.addressSellingPoint %} {% set purchaseBy = vehicleData.vehiclePurchase.purchaseBy %} {% set rcs = globalF.displayLabel(groupData.rcs, {'previousValue': 'RCS : '}) %}
{% include 'AppBundle:Documents:v2\\Include\\Global\\image.html.twig' with { 'image': groupData.logo, 'containerImgWidth' : 200, 'containerImgHeight' : 150, 'extendClass': 'no-margin' } %} BON D'ACHAT
{{ groupData.corporateName }}
{{ addressSellingPoint.address }}
{{ addressSellingPoint.postalCode }} {{ addressSellingPoint.city }}
{{ groupData.phoneNumber }}
{{ groupData.email }}
{{ rcs }}
{{ contactF.getLabel(purchaseSupplier, {'civility' : true, 'corporate' : true}) }}
{{ purchaseSupplier.address }}
{{ purchaseSupplier.postalCode }} {{ purchaseSupplier.city }}
{{ globalF.displayLabel(purchaseSupplier.phoneNumber, {'previousValue': 'TELEPHONE : '}) }}
{{ globalF.displayLabel(purchaseSupplier.email, {'previousValue': 'Mail : '}) }}
{{ groupData.corporateName }} {% if groupData.siretNumber is not empty %}({{ groupData.siretNumber }}) {% endif %} certifie, avoir acheté le véhicule désigné ci-dessous
Marque : {{ vehicleData.brand }}
Modèle : {{ vehicleData.model }}
Version : {{ vehicleData.version }}
Couleur : {{ vehicleData.color }}
Kilométrage : {{ vehicleData.distanceTraveled }}
Immatriculation : {{ vehicleData.licenseNumber }}
Numéro VIN : {{ vehicleData.vin }}
1ère mise en circulation : {{ vehicleData.dateOfDistribution|date('d/m/Y') }}
Prix d'achat : {{ vehicleData.vehiclePurchase.priceTtc }} {{ currencySymbol }}
Kilométrage garanti : {{ vehicleF.getDistanceTraveledWarrantyLabel(vehicleData) }}
Véhicule accidenté :
Pour un montant total de :
{{ vehicleData.vehiclePurchase.priceTtc }} {{ currencySymbol }}
à {{ contactF.getLabel(purchaseSupplier, {'civility' : true, 'corporate' : true}) }}
demeurant {{ purchaseSupplier.address }}
{{ purchaseSupplier.postalCode }} {{ purchaseSupplier.city }}
Le propriétaire certifie que son véhicule ne présente pas de vice caché et que celui-ci n'a jamais était gravement endommagé.
Date et heure de cession du véhicule : {{ vehicleData.vehiclePurchase.purchaseFullDate }}
SIGNATURES
Fait à {{ addressSellingPoint.city }} le {{ globalF.getCurrentDate(timezone) }}
{{ contactF.getLabel(purchaseSupplier, {'civility' : true, 'corporate' : true}) }}
Signature du vendeur
Signature de l'acquéreur
VOTRE CONSEILLER
{{ purchaseBy.firstName }} {{ purchaseBy.lastName }}
{{ purchaseBy.phoneNumber }}
{{ purchaseBy.email }}
{{ groupData.corporateName }}
{{ rcs }} {{ globalF.displayLabel(groupData.apeCode, {'previousValue': 'CODE APE : '}) }}
{{ globalF.displayLabel(groupData.vatNumber, {'previousValue': 'TVA INTRA : '}) }}
{% endblock content %} {% block footer %}{% endblock %} {% block signature %}{% endblock %}