{% extends "adminsite/base.html" %} {% block page_title %}{{ _('Activity') }} ยท {{ title }}{% endblock %} {% block header_class %}lg:pt-5 lg:pb-3{% endblock %} {% block header %}

{{ _('Activity') }}

{% endblock %} {% block content %} {#- It scrolls sideways, so without shrink-0 a long list below squeezes it away. -#}
{#- A plain form that reads back into the address, so a result can be shared. -#}
{% if filters.view %}{% endif %}
{% if filters.narrowed %} {{ _('Clear') }} {% endif %}
{% set show_record = True %} {% if filters.narrowed or filters.older %}{% set empty = _('Nothing matches these filters.') %}{% endif %} {% include "adminsite/_history.html" %}
{% if older_url or newest_url %} {% endif %}
{% endblock %}