{# ÉTIQUETTE PROMO / ETAT #}
{# TAGS FLOTTANTS #}
{# INFOS PRODUIT #}
{% endfor %}
{% if product.promo %}
{# IMAGE PRODUIT #}
{{ 'shop.tag_promo'|trans }}
{% endif %}
{{ ('shop.state_' ~ product.state)|trans }}
{% if product.handmade %}
{{ 'shop.tag_handmade'|trans }}
{% endif %}
{% if product.id == 1 %}
{{ 'shop.tag_custom'|trans }}
{% endif %}