{% load i18n %}
{% for key, list_selection_action_group in content_context.list_selection_actions.items %} {% if key %} {% else %} {# no group #} {% for list_selection_action in list_selection_action_group %} {% endfor %} {% endif %} {% endfor %}