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

{% trans "Cockpit" %}

{% endblock %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %} {% getDashboard as dashboard %} {% for col in dashboard %}
{% for widget in col.widgets %}
{% if widget.exporturl %} {% endif %} {% if widget.url %}{{widget.title}}{% else %}{{widget.title}}{% endif %}
{% if widget.async %}
loading
{% else %}{{widget.render|safe}}{% endif %}
{% endfor %}
{% endfor %} {% for col in dashboard %}{% if forloop.first %}{% endif %}{% endfor %} {% endblock %}