{% with id=widget.attrs.id %}
{% for app_label, app_data in widget.grouped_perms.items %}
{{ app_data.name }}
{% for action_name, options in app_data.actions.items %}
{% for option in options %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endwith %}