Files
atst/templates/audit_log/audit_log.html

7 lines
170 B
HTML

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