{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_content %} {# Dashboard and widget actions for logged in users #} {% if not current_user_data.account.is_default_account or current_user_data.sudoer %} {# Dashboard header and navigation #}
{% if previous_dashboard %} {{ previous_dashboard }} {% endif %}

{{ dashboard }}

{% if next_dashboard %} {{ next_dashboard }} {% endif %}
{% if dashboards|length > 0 %}
Drag widgets to move to other dashboards
{% for dash in dashboards %}
{{ dash.name }}
{% endfor %}
{% endif %}
{% comment %} List of navlets to add {% endcomment %} {# Content dropdown for dashboard settings #} {# dropdown dashboard forms #} {# Content dropdown for adding a new dashboard #} {% endif %} {% comment %} Main container for navlets {% endcomment %} {% endblock %}