{% extends "staff/base.html" %} {% block content %} {% if dashboards %}

Dashboards

{% for view in dashboards %} {{ view.get_nav_title() }} {% endfor %}
{% else %}
No registered dashboards yet.
{% endif %} {% endblock %}