{# templates/superadmin/layout/sa_actions.html.twig #} {% if actions is defined and actions is not empty %}
{% for item in actions %}
{% if item.active is not empty %} {% else %} {% if item.link is not empty %} {% else %} {% endif %} {% endif %} {{ item.label }}
{% endfor %}
{% endif %}