Votre panier
{% if cart is not null %}
Vider le panier
{{ numberOfItem }} produits
{% endif %}
{% if cartProducts is not null %}
{% for cartProduct in cartProducts %}
{{ cartProduct.subCategory }}
{{ cartProduct.title }}
{% if cartProduct.color is not empty %}
Couleur : {{ cartProduct.color }}
{% endif %}
{% if cartProduct.size %}
Taille : {{ cartProduct.size }}
{% endif %}
{{ (((cartProduct.price)/100) * cartProduct.quantity) | number_format(2) }} €