{% load crispy_forms_tags %}
{% csrf_token %} Create API Key Create an API key for your account.
{{ form | crispy }}
{% if raw_token %}
API token Copy this token now. It will not be shown again.
{{ raw_token }}
{% if object %}

Prefix: {{ object.key_prefix }}

{% endif %}
{% endif %}