{% 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 %} {% block style %} {{ parent() }} {% endblock style %} {% block header %}{% endblock header %} {% block main_title %}{% endblock main_title %} {% block content %} {% set purchaseSupplier = vehicleData.purchaseSupplier %} {% set addressSellingPoint = group.addressSellingPoint %} {% set vehiclePurchase = vehicleData.vehiclePurchase %} {% set purchaseBy = vehiclePurchase.purchaseBy %}
AVIS DE REGLEMENT
{% include 'AppBundle:Documents:v2\\Include\\Global\\image.html.twig' with { 'image': groupData.logo, 'containerImgWidth' : 300, 'containerImgHeight' : 200, 'extendClass': 'no-margin' } %}
{{ groupData.corporateName }}
{{ addressSellingPoint.address }}
{{ addressSellingPoint.postalCode }} {{ addressSellingPoint.city }}
{{ groupData.phoneNumber }}
{{ groupData.email }}
{% if groupData.rcs is not empty %}RCS : {{ groupData.rcs }}{% endif %}
{% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.civility|trans({}, 'CommonTrans') }} {{ purchaseSupplier.firstName }} {{ purchaseSupplier.lastName }} {% else %} {{ purchaseSupplier.corporateNameContact }} {% endif %}
{{ purchaseSupplier.address }}
{{ purchaseSupplier.postalCode }} {{ purchaseSupplier.city }}
{% if purchaseSupplier.phoneNumber is not empty %} TELEPHONE : {{ purchaseSupplier.phoneNumber }} {% endif %}
{% if purchaseSupplier.email is not empty %} Mail : {{ purchaseSupplier.email }} {% endif %}
{{ groupData.commonName }} {% if groupData.siretNumber is not empty %}({{ groupData.siretNumber }}) {% endif %}certifie, réaliser un virement de {{ vehiclePurchase.priceTtc }} {{ currencySymbol }}
{% if vehiclePurchase.paymentDueDate is not empty %} (au plus tard le {{ vehiclePurchase.paymentDueDate }}) {% endif %}, à l’issue de la livraison du véhicule, à
{% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.civility|trans({}, 'CommonTrans') }} {{ purchaseSupplier.firstName }} {{ purchaseSupplier.lastName }} {% else %} {{ purchaseSupplier.corporateNameContact }} {% endif %}
demeurant {{ purchaseSupplier.address }} , {{ purchaseSupplier.postalCode }} {{ purchaseSupplier.city }}
pour la cession de son véhicule :
Marque : {{ vehicleData.brand }}
Modèle : {{ vehicleData.model }}
N° de série : {{ vehicleData.vin }}
1ère mise en circulation : {{ globalF.formatDate(vehicleData.dateOfDistribution) }}
Immatriculation : {{ vehicleData.licenseNumber }}
Le propriétaire certifie que son véhicule ne présente pas de vice caché et que celui-ci n'a jamais été gravement endommagé.
PAIEMENT
Virement effectué sur le compte ci dessous
Nom du titulaire : {% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.civility|trans({}, 'CommonTrans') }} {{ purchaseSupplier.firstName }} {{ purchaseSupplier.lastName }} {% else %} {{ purchaseSupplier.corporateNameContact }} {% endif %}
IBAN : {{ purchaseSupplier.iban }}
BIC : {{ purchaseSupplier.swift }}
SIGNATURES
Fait à {{ addressSellingPoint.city }} le {{ globalF.getCurrentDate(timezone)|trim }}
{% if purchaseSupplier.civility is defined %} {{ purchaseSupplier.firstName }} {{ purchaseSupplier.lastName }} {% else %} {{ purchaseSupplier.corporateNameContact }} {% endif %} {{ purchaseBy.firstName }} {{ purchaseBy.lastName }}
{% endblock content %} {% block footer %}{% endblock %} {% block signature %}{% endblock %}