{% for icon in iconsuser %}
{% set tag = "" %}
{% if icon.tags %}
{% set tag = icon.tags %}
{% endif %}
{% if icon.label starts with 'icon/icon_' %}
{% set tag = tag ~ icon.label|replace({'icon/icon_':'', '.png':''}) %}
{% endif %}
{% endfor %}
Icônes Communs
{% endif %}
{% for icon in icons %}
{% set tag = "" %}
{% if icon.tags %}
{% set tag = icon.tags %}
{% endif %}
{% if icon.label starts with 'icon/icon_' %}
{% set tag = tag ~ icon.label|replace({'icon/icon_':'', '.png':''}) %}
{% endif %}
{% endfor %}