{% extends "admin/index.html" %} {% load i18n static log %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block nav-breadcrumbs %} {% if chassis_dashboard_alert_sections or chassis_global_sections %}
{% for section in chassis_dashboard_alert_sections %} {% include section.template_name with section=section %} {% endfor %} {% for section in chassis_global_sections %} {% include section.template_name with section=section %} {% endfor %}
{% endif %} {% endblock %} {% block coltype %}colM{% endblock %} {% block content %}
{% if chassis_show_recent_actions %} {% endif %}
{% for row in chassis_dashboard_rows %}
{% for group in row.groups %}
{% for section in group.sections %} {% include section.template_name with section=section %} {% endfor %}
{% endfor %}
{% endfor %}
{% endblock %} {% block sidebar %}{% endblock %}