{% for app in app_list %}
{% endfor %}
{% block recent_actions %}
{% endblock recent_actions %}
{% cycle ' bg-colored' '' as rowcolors silent %}
{% for model in app.models %}
{% endfor %}
{% if forloop.first %}
{{ app.name }}
{% endif %}
{{ model.name }}
{% trans "You don't have permission to edit anything." %}
{% endif %}