Mon Panier

{% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('error') %} {% endfor %}
{% if items is empty %}
Votre panier est vide

Parcourez nos lots et ajoutez-les à votre panier

Continuer mes achats
{% else %}
Articles dans votre panier ({{ items|length }})
{% for item in items %}
{% if item.lot.images|length > 0 %} {{ item.lot.name }} {% else %}
{% endif %}
{{ item.lot.name }}

{{ item.lot.prix|number_format(2, ',', ' ') }} € / unité

Stock disponible: {{ item.lot.quantite }}
{{ item.total|number_format(2, ',', ' ') }} €
{% endfor %}
{% endif %}
{% if items is not empty %}
Récapitulatif
Sous-total : {{ total|number_format(2, ',', ' ') }} €
Total :

{{ total|number_format(2, ',', ' ') }} €

Vous recevrez un email avec les instructions de paiement
Paiement sécurisé

Vos données sont protégées
Validation sous 24-48h
Support client disponible

{% endif %}
{{ include('partials/footer.html.twig') }}