{% extends "adminsite/base.html" %} {% block page_title %}{{ _('Activity') }} ยท {{ title }}{% endblock %} {% block header %}

{{ _('Activity') }}

{% endblock %} {% block content %}
{{ _('Everything') }} {% for item in history_views %} {{ item.label_plural }} {% endfor %}
{% set show_record = True %} {% include "adminsite/_history.html" %}
{% endblock %}