{% extends "admin/index.html" %} {% load i18n %} {% block bodyclass %}{{ block.super }} app-{{ app_label }}{% endblock %} {% if not is_popup %} {% block nav-breadcrumbs %} {% endblock %} {% endif %} {% block sidebar %}{% endblock %} {% block content_container %}
{% include 'admin/app_list.html' with app_list=app_list show_changelinks=True %} {% include "admin/includes/recent_actions.html" %}
{% endblock %}