{% extends "admin/base_site.html" %} {% load feature_flags i18n static %} {% block extrastyle %}{{ block.super }} {% endblock extrastyle %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }}{% if django_ui %} dashboard{% endif %}{% endblock %} {% block nav-breadcrumbs %}{% endblock %} {% block nav-sidebar %} {% if not is_popup and is_nav_sidebar_enabled or not django_ui %} {% if django_ui %} {% include "admin/nav_sidebar.html" %} {% else %} {% include "admin/nav_sidebar2.html" %} {% endif %} {% endif %} {% endblock nav-sidebar %} {% block content %}
{% if django_ui %} {% include "admin/app_list.html" with app_list=app_list show_changelinks=True %} {% else %} {% include "admin/dashboard.html" %} {# {% include "admin/app_list.html" with app_list=sections show_changelinks=True %} #} {% endif %}
{% endblock content %} {% block sidebar %} {% if django_ui %} {% endif %} {% endblock sidebar %}