{% for action in actions %} {% set type = action.type is defined ? action.type : 'a' %} <{{ type }} id="{{ action.id|default('') }}" class="btn btn-md btn-block {{ action.class }} me-3" data-popup-title="{{ action.datapopuptitle|default('') }}" {{ action.data|default('')}} href="{{ action.href|default('') }}" data-confirm="{{ action.confirm|default(false) }}" type="{{ action.type_att|default('') }}" form="{{ action.form|default('') }}">{{ action.name}} {% if action.iconright is defined %} {% endif %} {% endfor %}