{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block title %}frePPLe{% endblock %} {% block content_title %}

{% trans "cockpit"|capfirst %}

{% endblock %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %} {% getDashboard as dashboard %} {% 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 %}
loading
{% else %}{{widget.render|safe}}{% endif %}
{% endfor %}
{% endfor %}
{% for col in row.cols %}{% if forloop.first %}{% endif %} {% endfor %} {% endfor %} {% include "admin/subtemplate_timebuckets.html" %} {% endblock %}