{% extends "admin/layouts/base.html" %} {% block title %}Audit Log{% endblock %} {% block content %}
| Time | Actor | Action | Target | IP |
|---|---|---|---|---|
| {{ 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. | ||||