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

My Dashboards

{% if dashboards|length == 0 %} {% endif %} {% for dash in dashboards %} {% endfor %}
Title Public Created Actions
No dashboards found..
{{ dash['title'] }} {{ 'Yes' if dash['is_public'] else 'No' }} {{ dash['created_at'].strftime('%Y-%m-%d %H:%M') }} View
{% endblock %}