{% set categorieActive = stock.categorie ?? categorieSuggeree ?? '' %}
{% if categorieSuggeree is defined and categorieSuggeree is not null and not stock.categorie %}
Catégorie suggérée depuis la mercuriale : {{ categorieSuggeree }}
{% endif %}
{# /row #}