{% extends "admin2/bootstrap/base.html" %} {% load admin2_tags i18n %} {% block content %}
{% 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 #} {% trans "Add" %} {# endif #} {% trans "Change" %}
{% endfor %}

{% trans "Recent Actions" %}

{% trans "My Actions" %}
TODO
{% endblock content %}