{% extends "admin_base.html" %} {% block admin_content %} {% if request.query_params.get('cleared') is not none %}
Cleared {{ request.query_params.get('cleared') }} audit event(s).
{% endif %}| Time | Event | OK | Wrap | IP | UA | Details |
|---|---|---|---|---|---|---|
| {{ e.created_at }} | {{ e.event_type }} | {% if e.success %} yes {% else %} no {% endif %} | {{ e.wrap_id or "—" }} | {{ e.ip or "—" }} | {{ e.user_agent or "—" }} | {{ e.details }} |
| No events | ||||||