{% extends "base.html" %} {% from "components/pagination.html" import Pagination %} {% block content %}

{{ "audit_log.header_title" | translate }}

{{ Pagination(audit_events, 'atst.activity_history') }}
{% endblock %}