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

Activity

{% endblock %} {% block content %}
Everything {% for group, views in groups %} {% for item in views %} {{ item.label_plural }} {% endfor %} {% endfor %}
{% set show_record = True %} {% include "adminsite/_history.html" %}
{% endblock %}