{% if data.company is not null %}

V and B {{ data.company.business_name }}

{{ data.company.address }}

{{ data.company.zipcode }} {{ data.company.city }}

{{ data.company.phone_number | phone_number }}

{% endif %}

BON DE RETRAIT

N° de commande {{ data.code }}
Date de commande {{ data.creation_date | date('d/m/Y') }} à {{ data.creation_date | date('H:i') }}
Date limite de retrait {{ data.pickup_date_limit | date('d/m/Y') }} à {{ data.pickup_date_limit | date('H:i') }}
Règlement {{ data.amounts.payment ? data.amounts.payment : 0 | format_currency('EUR') }}
Date d'impression {{ 'now' | date('d/m/Y') }} à {{ 'now' | date('H:i') }}

{{ data.shipping_address.firstname ~ ' ' ~ data.shipping_address.lastname }}

{{ data.shipping_address.email }}

{{ data.shipping_address.phone | phone_number }}

{% for line in data.lines %} {% endfor %}
PRODUITS COMMANDÉS
Désignation Prix Quantité Montant
{{ line.label }}
SKU : {{ line.sku }}
EAN13 : {{ line.barcode }}
{{ (line.unit_amount_with_taxes ? line.unit_amount_with_taxes : 0) | format_currency('EUR') }} {{ line.quantity_prepared ? line.quantity_prepared : 0 }} {{ (line.amount_with_taxes ? line.amount_with_taxes : 0) | format_currency('EUR') }}
Montant total {{ (data.amounts.lines_with_taxes ? data.amounts.lines_with_taxes : 0) | format_currency('EUR') }}
Signature du client