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

{{ app.name }}

{% for model in app.models %} {% if model.admin_url %} {% else %} {% endif %} {% endfor %}
{{ model.name }} {{ model.name }}
{% if model.admin_url and show_changelinks %} {% if model.view_only %} visibility {% else %} edit {% endif %} {% endif %} {% if model.add_url %} add {% endif %}
{% endfor %} {% else %}

{% trans "You don’t have permission to view or edit anything." as error_message %} {% include "unfold/helpers/messages/error.html" with error=error_message %}

{% endif %}