{% from "components/pagination.html" import Pagination %} Activity Log {% for event in audit_events %} {% autoescape false %} {{ event | renderAuditEvent }} {% endautoescape %} {% endfor %}