{% extends 'django_spire/card/title_card.html' %} {% block card_title_content_style %}{% endblock %} {% block card_title %} API Access Created {% endblock %} {% block card_button %} {% if AuthController.api.can_add %}
{% url 'django_spire:api:page:list' as list_url %} {% include 'django_spire/button/danger_button.html' with button_text='Done' button_href=list_url button_icon="bi bi-check" %}
{% endif %} {% endblock %} {% block card_title_content %}
"{{ api_access.name }}" API Key
Make sure to copy this key as it will never be shown again!
{% endblock %}