{% 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 %}
{% include "cdssource.html" %}

Details

{% if errors.presentation_type %}

{{ errors.presentation_type | escape }}

{% endif %}

Relative to your Jupyter tree root

{% if errors.start_path %}

{{ errors.start_path | escape }}

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

{{ errors.all | escape }}

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