{% macro actions(actions, options) %} {% import '@Tabler/components/button.html.twig' as macro %} {% if actions|length >= 1 %} {% set class = 'btn-sm' %} {% set translationDomain = 'messages' %} {% if options.translationDomain is defined %} {% set translationDomain = options.translationDomain %} {% endif %} {% if options.class is defined %} {% set class = options.class %} {% endif %} {% set trash = null %} {% set divider = false %} {% endif %} {% endmacro %}