{% extends "base.html" %} {% set active_page = "users" %} {% block title %} User {{ user.username }} {% endblock %} {% block divs %}

History of actions for user {{ user.username }}

{% for audit_log in audit_logs: %} {% endfor %}
{% endblock %}