{% extends "base.html" %} {% block title %}{{ d.name }}{% endblock %} {% block head %}{% endblock %} {% block content %}

{{ d.name }}{% if editing %} editing{% endif %}

{% if d.description %}
{{ d.description }}
{% endif %}
Loading… {% if editing %} Saved Done editing {% elif user.can_edit %} Edit {% endif %} Present JSON {% if user.can_edit %}{% endif %}
{% if user.can_edit %} {% endif %}
{% for t in d.tiles %}
{{ t.title }}
Loading…
{% else %}
{% if editing %}No tiles yet. Click "Add tile" to start building.{% else %}This dashboard has no tiles yet.{% endif %}
{% endfor %}
{% if editing %}

Drag a tile by its header to move it, pull the bottom-right corner to resize. Keyboard: arrows move a focused tile, Shift+arrows resize, Delete removes, Enter configures, Ctrl/Cmd+Z undoes. Changes autosave.

{% endif %} {% endblock %} {% block scripts %} {% endblock %}