Welcome {{ email.toName }}!

{#

Demande de contact {{ contact.order.name }}

#}

Name : {{ contact.order.status }}

{% for contact in contact.order.items %}

Numero Produit item : {{ contact.id }}

Sortie : {{ contact.product.name }}

Prix Sortie : {{ contact.product.price }} euro

Lien Image : image Sortie

Quantity : {{ contact.quantity }}

{% endfor %}

Total = Quantité * Prix Sortie = {{ contact.order.total }} euro

Date : {{ contact.order.updatedAt|date('d/m/Y') }}

{{ email.to[0].address }}

Name : {{ app.user.name }}