{% extends 'django_spire/card/card.html' %} {% block card_content %}
{% csrf_token %}
{% include 'django_glue/form/field/char_field.html' with glue_model_field='api_access.name' %}
{% include 'django_glue/form/field/select_field.html' with glue_model_field='api_access.permission' %}
{% include 'django_spire/contrib/form/button/form_submit_button.html' %}
{% endblock %}