{# Input caché — binding LiveComponent conservé, piloté par le header visible #} {# ── Status tabs ── #}
{% set tabs = [ {value: '', label: 'Tout'}, {value: 'out_of_stock', label: 'À acheter'}, {value: 'low', label: 'Stock faible'}, {value: 'in_stock', label: 'En stock'}, ] %} {% for tab in tabs %} {% endfor %}
{# ── Category chips ── #} {% set uncSent = constant('App\\Pantry\\Repository\\PantryItemRepository::UNCATEGORIZED_SENTINEL') %}
{% if uncategorizedCount > 0 %} {% endif %} {% for cat in distinctCategories %} {% endfor %}
{# ── Empty state ── #} {% if items is empty %}

Aucun article trouvé

Scannez ou ajoutez un produit ci-dessus

{# ── Grid 2 colonnes ── #} {% else %}
{% for item in items %} {% endfor %}
{% endif %} {# ── Animations au scroll ── #}