{% endblock %}
{% block extrahead %}{{block.super}}
{% endblock %}
{% block content %}
{% getDashboard as dashboard hiddenwidgets %}
{% for row in dashboard %}
{{ row.rowname }}
{% for cols in row.cols %}
{% for widget in cols.widgets %}
{% if widget.exporturl %}
{% endif %}
{% if widget.url %}{{widget.title|upper}}
{% else %}{{widget.title|upper}}
{% endif %}
{% if widget.asynchronous %}
{% else %}{{widget.render|safe}}{% endif %}
{% endfor %}
{% endfor %}
{% for col in row.cols %}
{% if forloop.first %}{% endif %}
{% endfor %}
{% endfor %}
{% include "admin/subtemplate_timebuckets.html" %}
{% endblock %}