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

User Activity Log

{% for a in pagination.items %} {% else %} {% endfor %}
WhenUserTypeService IPDetails
{{ a.created_at.strftime('%Y-%m-%d %H:%M:%S') }} {% if a.user %} {{ a.user.username }} {% else %} {% endif %} {{ a.activity_type }} {{ a.service or '—' }} {{ a.ip_address or '—' }} {{ a.details or '' }}
No matching activity.
{% if pagination.pages > 1 %} {% endif %} {% endblock %}