{% extends "admin_extra_buttons/action_page.html" %}{% load i18n %} {% block content %} {% if expired %}
Grace period expired
{% else %}

Key {{ original.name }} successfully created

{{ original.key }}
{% blocktranslate %} This is the only time this key will be displayed. Copy it and put in a safe place. {% endblocktranslate %}
{% endif %} {% endblock content %} {% block endbody %}{{ media }}{% endblock %}