{% if new_key %}
New API key created. Copy it now -- it will not be shown again.
{{ new_key }}
| Label | Prefix | Created | |
|---|---|---|---|
| {{ key.label }} | {{ key.key_prefix }}... |
{{ key.created_at.strftime('%Y-%m-%d') if key.created_at else 'N/A' }} |
No active API keys.
{% endif %}