{% 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 %}
{% if total %} {{ from_idx }}–{{ to_idx }} of {{ total }} {% else %} 0 {% endif %} events
{% for e in events %} {% else %} {% endfor %}
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
{% if show_pagination %} {% endif %}
{% endblock %} {% block admin_scripts %} {% endblock %}