{% extends "admin/base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
| Timestamp (UTC) | Actor | Action | Group | Details | IP Address |
|---|---|---|---|---|---|
| {{ row.created_at | fmt_dt }} | {% if row.actor_username %} {{ row.actor_username }} {% else %} — {% endif %} | {{ row.action }} | {% if row.group_name %} {{ row.group_name }} {% else %} — {% endif %} | {% if row.details %} {% set d = row.details if row.details is mapping else {} %} {% for k, v in d.items() %} {{ k }}: {{ v }} {% endfor %} {% else %}—{% endif %} | {{ row.ip_address or '—' }} |
| No audit events yet. | |||||