{% extends "layout.html" %} {% block content %}

{% if dashboard_id %}Edit{% else %}Create{% endif %} Dashboard

Please enter a title for the dashboard.

Drag to delete

{% if dashboard_id %}Edit{% else %}New{% endif %} Dashboard

{% endblock %} {% block css %} {% endblock %} {% block js %} {% endblock %}