{% extends 'base.html' %} {% from '_partials/page_header.html' import page_header %} {% block title %}Admin ยท Activity{% endblock %} {% block content %} {{ page_header('Admin', tabs=tabs, active_tab='activity') }}
{% for e in events %} {% else %} {% endfor %}
Time (UTC) User Action IP Status User-Agent
{{ e.ts }} {{ e.username or 'โ€”' }} {{ e.action }} {{ e.ip or 'โ€”' }} {{ e.status_code or '' }} {{ e.user_agent or 'โ€”' }}
No activity yet.
{% if page > 1 %}Prev{% endif %} {% if events|length == per_page %}Next{% endif %}
{% endblock %}