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

{% if dashboard %} Editing dashboard {{ dashboard.urlname }} {% else %} Create new dashboard {% endif %}

{% if errors.name %}

{{ errors.name | escape }}

{% endif %}

{% if errors.description %}

{{ errors.description | escape }}

{% endif %}

Choose a source server:

{% for spawner in spawners %}

{% endfor %} {% if errors.spawner %}

{{ errors.spawner | escape }}

{% endif %} {% if errors.all %}

{{ errors.all | escape }}

{% endif %} or Cancel
{% endblock main %}