{% extends "base.html" %} {% block content %}
Append-only record of every admin action — logins, rate edits, voucher revokes / custom issues, and more. Use this when investigating "who changed what, when, from where."
| Time | Action | Target |
|---|---|---|
| {{ r.ts }} | {{ r.action }} |
{% if r.target_id %}
{{ r.target_id }}
{% if r.target_kind %}({{ r.target_kind }}){% endif %}
{% else %}
—
{% endif %}
|
Showing first 200 rows of the current filter. Narrow the range or download the CSV to see everything.
{% endif %} {% else %}