{% extends "admin2/bootstrap/base.html" %} {% load admin2_urls %} {% block content %}

Site administration

{% for app, registry in apps.items %} {% for model_class, model_admin in registry.items %} {% endfor %}
{{ app|title }}
{{ model_admin.verbose_name_plural|title }} {# if has_add_permission #} Add {# endif #} Change
{% endfor %}

Recent Actions

My Actions
TODO
{% endblock content %}