{% extends "base.html" %} {% block title %}Activity — Admin{% endblock %} {% block content %}
{% set page_hero_eyebrow = "Activity Center" %} {% set page_hero_title = "Audit log" %} {% set page_hero_subtitle = "Every admin and user-mutating action — RBAC writes, sync triggers, marketplace edits, …" %} {% include "_page_hero.html" %}
Loading…
{# Sort is page-local: server returns rows ordered by timestamp DESC for keyset pagination; clicking another header re-sorts only the rows currently loaded. Adding a `Load all` step would let the user sort across the full result set but isn't wired yet. #}
Loading…
{% endblock %}