{% extends "base.html.twig" %} {% block title %}Commande {{ order.id }} {% endblock %} {% block body %}
Couleur : {{ product.color }}
{% endif %} {% if product.size %}Taille : {{ product.size }}
{% endif %}Quantité : {{ product.quantity }}
{{ order.firstName }} {{ order.lastName }}
{{ order.additionalAdress }}
{{ order.adress }}
{{ order.postCode }}, {{ order.city }} {{ order.country }}