{% extends "administration/base.html" %} {% block page_title %}{{action}}{% endblock %} {% block content %}

{{ explanation | safe }}

{% if action_ == "Create Key" %}
{% else %} {% endif %} {% csrf_token %} {{ key_form.as_p }}
{% endblock %}