Files
atst/templates/audit_log/audit_log.html
2019-05-22 13:08:44 -04:00

10 lines
265 B
HTML

{% extends "base.html" %}
{% from "components/pagination.html" import Pagination %}
{% block content %}
<div v-cloak>
{% include "fragments/audit_events_log.html" %}
{{ Pagination(audit_events, url_for('atst.activity_history'))}}
</div>
{% endblock %}