{% extends "base.html" %} {% block content %}
Every admin action — who changed what, when, and 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 %}