{% extends "base.html" %} {% block title %}Activity Log - Admin{% endblock %} {% block content %}
| When | User | Type | Service | IP | Details |
|---|---|---|---|---|---|
{{ 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. | |||||