{% extends "base.html" %} {% block title %}Activity Log{% endblock %} {% block content %}

🧾 User Activity Log

{% for l in logs %}{% else %}{% endfor %}
DateUserActionTableRecordDescription
{{ l.created_at }}{{ l.username }}{{ l.action }}{{ l.table_name }}{{ l.record_id }}{{ l.description }}
No logs yet
{% endblock %}