{% extends "actions/group_action.html" %} {% block action_container_role %}menuitem{% endblock %} {% block action_container_css_class %} {% if not label and action.icon_class %}-is-icon{% endif %} {% endblock action_container_css_class %} {% block action_content %} {% block action_menu_label %} {% if action.icon_class %} {% endif %} {{label|default:""}} {% endblock action_menu_label %} {% if label or not action.icon_class %} {% endif %} {% comment %} Templates for the actions to reference when adding to the menu. These must be in the DOM in order to be referenced. {% endcomment %} {% endblock action_content %}