7 lines
170 B
HTML
7 lines
170 B
HTML
{% extends "base.html" %}
|
|
{% from "components/pagination.html" import Pagination %}
|
|
|
|
{% block content %}
|
|
{% include "fragments/audit_events_log.html" %}
|
|
{% endblock %}
|