{% extends "admin/index.html" %}{% load i18n static log smart ba %} {% block nav-sidebar %} {% include "admin/nav_sidebar.html" with groups=groups %} {% endblock %} {% block content %}
{% if section %}
{% for model in section.1 %} {% if model.admin_url %} {% else %} {% endif %} {% endfor %}
{{ section.0 }}
{{ model.label }}{{ model.model_name }}
{% elif 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 %}