{% load fhadmin_groups i18n %} {% fhadmin_group_list request as group_list %} {% for group, app_list in group_list %} {% if forloop.first %}
{% endif %}

{{ group }}

{% include 'admin/app_list.html' with show_changelinks=False %}
{% if forloop.last %}
{% endif %} {% empty %}

{% translate 'You don’t have permission to view or edit anything.' %}

{% endfor %}