{% extends "djadmin2theme_bootstrap3/base.html" %} {% load admin2_tags i18n %} {% block breacrumbs %}{% endblock breacrumbs %} {% block content %}
{% for app_label, registry in apps.items %} {% include 'djadmin2theme_bootstrap3/includes/app_model_list.html' %} {% endfor %}
{% trans "Recent Actions" %}

{% trans "My Actions" %}

{% action_history %}
{% endblock content %}