{% extends "admin/base.html" %} {% block title %}Manage User: {{ user.username }}{% endblock %} {% block content %}
| Name / Prefix | Created | Rate Limit | Status | Actions |
|---|---|---|---|---|
|
{{ key.key_name }}
{{ key.key_prefix }}
|
{{ key.created_at.strftime('%Y-%m-%d %H:%M') }} | {% if key.rate_limit_requests and key.rate_limit_window_minutes %} {{ key.rate_limit_requests }} / {{ key.rate_limit_window_minutes }} min {% else %} Default {% endif %} | {% if key.is_revoked %} Revoked {% elif key.is_active %} Active {% else %} Disabled {% endif %} |
{% if not key.is_revoked %}
{% endif %}
|
| No API keys found for this user. | ||||