Dashboards
{% for d in dashboards %}
{% if d.description %}
{% else %}
{{ d.name }}
{% if d.is_default %}
default
{% endif %}
{% if d.is_prebuilt %}
prebuilt
{% endif %}
{{ d.description }}
{% endif %}
{{ d.updated_at[:10] if d.updated_at else d.created_at[:10] }}
{% endfor %}
No dashboards yet
Create a dashboard or save some queries first