{# Tag Filter Chips Component Displays tag filter buttons for document filtering Required variables: - company: Company entity - allTags: Array of Tag entities - selectedTag: Currently selected tag ID #} {% if allTags is defined and allTags is not empty %}
Filtrer par tag : Tous les tags {% for tag in allTags %} {% if tag.icon %} {% endif %} {{ tag.name }} {% endfor %}
{% endif %}