{# NOTE: Copied from the Django admin code per their suggestion on extending the admin. #}
{% extends "admin/base_site.html" %}
{% load i18n static %}
{% block extrastyle %}{{ block.super }}{% endblock %}
{% block coltype %}colMS{% endblock %}
{% block bodyclass %}{{ block.super }} dashboard{% endblock %}
{% block breadcrumbs %}{% endblock %}
{% block nav-sidebar %}{% endblock %}
{% block content %}
{# NOTE(willkg): This section is added to django admin index.html template. #}
{# END SECTION #}
{% include "admin/app_list.html" with app_list=app_list show_changelinks=True %}
{% endblock %}
{% block sidebar %}