{% extends "admin/index.html" %} {% load static i18n %} {% block extrastyle %} {{ block.super }} {% for css in dashboard_css %} {% endfor %} {% endblock %} {% block extrahead %} {{ block.super }} {% if 'jquery' not in block.super and not media.js %} {% endif %} {% endblock %} {% block messages %} {{ block.super }} {% if not app_label and dashboard_enabled %} {% for template in dashboard_templates %} {% include template %} {% endfor %}
{% endif %} {% endblock %} {% block content %} {{ block.super }} {% endblock content %} {% block footer %} {{ block.super }} {% if not app_label and dashboard_enabled %} {% for js in dashboard_js %} {% endfor %} {% endif %} {% endblock footer %}