{{ include('partials/page-title.html.twig', {pagetitle: 'Lots', title: lot.name}) }}
{% if not (app.user is defined and app.user) %}
{% endif %}
{% endif %}
Connectez-vous pour ajouter ce lot Ă votre panier et passer commande.
Se connecter
Galerie d'images
{% if lot.images|length > 0 %}
{% for key, image in lot.images %}
{% endfor %}
{% else %}
Aucune image disponible
{{ lot.name }}
{{ lot.cat.name|capitalize }}
{{ lot.prix|number_format(2, ',', ' ') }} €
{% if lot.quantite > 0 %}
En stock ({{ lot.quantite }} disponible{{ lot.quantite > 1 ? 's' : '' }})
{% else %}
Rupture de stock
{% endif %}
Description
{{ lot.description|nl2br|replace({' ': ' '}) }}
{% if lot.quantite > 0 %}
{% else %}
{% endif %}
Voir mon panier
{% if isFavorite %}Retirer des favoris{% else %}Ajouter aux favoris{% endif %}