{% extends "admin/layouts/base.html" %} {% block title %}Audit Log{% endblock %} {% block content %}

Audit Log

Export CSV
{% for e in entries %} {% else %} {% endfor %}
TimeActorActionTargetIP
{{ e.created_at.strftime('%Y-%m-%d %H:%M:%S') }} {{ e.actor_type }}:{{ e.actor_id }} {{ e.action }} {{ (e.target_type ~ ':' ~ e.target_id) if e.target_type else '—' }} {{ e.ip_address or '—' }}
No entries match your filter.
{% if pagination.pages > 1 %} {% endif %} {% endblock %}