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

{{ site.title }}

{{ site.index_subtitle }}

{% if admins %} {% for admin in admins %} {% endfor %}
Model Actions
{{ admin.get_verbose_name_plural() }} Browse
{% else %}

No models registered. Register an AdminModel on the AdminSite to populate this dashboard.

{% endif %}
{% endblock %}