{% load i18n %}
{% trans "Owner quick access" %}

{% trans "Choose which module links should appear in the owner quick-access bar." %}

{% for group in quick_access_groups %}
{{ group.module_label }}
{% for item in group.items %} {% endfor %}
{% empty %}
{% trans "No staff cabinet modules with sidebar links are registered yet." %}
{% endfor %}