{% extends "admin/layout.html" %} {% block subtitle %}- audit{% endblock %} {% block content %}
| Id | Created at | Actor | Action | Resource | Request id |
|---|---|---|---|---|---|
| #{{ r.id }} | {{ r.created_at }} | {{ r.actor_id or "-" }} | {{ r.action }} | {% if r.resource_type %}{{ r.resource_type }}={{ r.resource_id }}{% else %}-{% endif %} | {{ r.request_id or "-" }} |
| (no audit rows) | |||||