{% load i18n %} {% if app_list %}
{% for app in app_list %} {% if app.dz152fz_is_first_consent %}

{{ dz152fz_admin_navigation_section_title }}

{% endif %} {% include "admin/django_consent_152fz/includes/custom_app_list_app.html" with app=app %} {% endfor %}
{% else %}

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

{% endif %}