{% if new_key %}

New API key created. Copy it now -- it will not be shown again.

{{ new_key }}
{% endif %} {% if api_keys %} {% for key in api_keys %} {% endfor %}
Label Prefix Created
{{ key.label }} {{ key.key_prefix }}... {{ key.created_at.strftime('%Y-%m-%d') if key.created_at else 'N/A' }}
{% else %}

No active API keys.

{% endif %}