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

Dashboards

{% for view in dashboards %} {{ view.get_title() }} {% endfor %}
{% else %}
Registered dashboard show up here!
{% endif %} {% endblock %}