{% extends 'base.html' %} {% set title = 'Dashboard' %} {% block content %}
Admin overview

Delivery control center

Create batches, issue keys, monitor unlocks, and shut off access fast when needed.

Create batch
Batches {{ stats.total_batches }}
Active keys {{ stats.active_keys }}
Credentials {{ stats.total_credentials }}
Audit logs {{ stats.total_logs }}
Recent activity

Audit stream

Open logs
{% for entry in logs %}
{{ entry.event_type }}

{{ entry.created_at|datetime_local }}

{{ entry.ip_address or '-' }}
{% else %}

No events yet.

{% endfor %}
{% endblock %}