{% extends 'django_spire/card/title_card.html' %} {% block card_title %} New API Access Key {% endblock %} {% block card_title_content %}
{% csrf_token %}
{% include 'django_spire/form/field/field.html' with field=form.name %}
{% include 'django_spire/form/field/field.html' with field=form.permission %}
{% include 'django_spire/form/field/field.html' with field=form.user %}
{% if form.has_super_access %}
{% include 'django_spire/form/field/field.html' with field=form.has_super_access %}
{% endif %}
{% include 'django_spire/form/button/submit_button.html' %}
{% endblock %}