{% extends "admin/index.html" %}{% load i18n static log %} {% block content %}
{% if groups %} {% for section, apps in groups.items %} {% if section != '_hidden_' %}
{% for model in apps %} {% if model.admin_url %} {% else %} {% endif %} {% endfor %}
{{ section }}
{{ model.label }}{{ model.model_name }}
{% endif %} {% endfor %} {% else %}

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

{% endif %}
{% endblock %} {% block sidebar %} {% endblock sidebar %} {% block footer %} {% endblock %}