{% macro link_row_action(url, text='', icon='', color='') %}
{{ tabler_icon(icon) if icon else '' }}
{{ text }}
{% endmacro %}
{% macro row_action_group(request, pk, entity, text, icon, actions) %}
{% endmacro %}
{% macro modal_row_action(action, pk, text='', icon='', color='') %}
{{ tabler_icon(icon) if icon else '' }}
{{ text }}
{% endmacro %}