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