{% macro action_item(action, dedicated=False) %} {% if action.icon_class %} {% endif %} {{ action.text }} {% endmacro %} {# Dedicated-button actions (e.g. the built-in "export" action) render at their own toolbar position -- see list.html -- not here. #} {% set global_actions = _actions | selectattr("allow_empty_selection") | rejectattr("dedicated_button") | list %} {% set selection_actions = _actions | rejectattr("allow_empty_selection") | list %} {% if global_actions %} {% endif %}