{% extends "page.html" %} {% block main %}

Dashboard {{ dashboard.name }}

{% if dashboard.description %}

{{ dashboard.description | escape }}

{% endif %}

Owner: {{ dashboard_user.name }}

{% if dashboard.created %}

Created: {{ dashboard.created.strftime('%Y-%m-%d %H:%M:%S') }}

{% endif %} {% if dashboard.started %}

Started: {{ dashboard.started.strftime('%Y-%m-%d %H:%M:%S') }}

{% endif %}
{% block message %}

The dashboard is starting up.

{% endblock %}
0% Complete

Event log
{% endblock main %} {% block script %} {{ super () }} {% endblock script %}