{% load fhadmin_module_groups i18n %} {% fhadmin_group_list request as group_list %} {% if group_list %}
{% for group, app_list in group_list %}

{{ group }}

{% include 'admin/app_list.html' with show_changelinks=False %}
{% endfor %}
{% else %}

{% translate "You don't have permission to edit anything." %}

{% endif %}