{% extends "admin_extra_buttons/action_page.html" %} {% load i18n %} {% block content %} {% if expired and not debug %}
{% translate "Grace period expired" %}
{% else %} {% if debug %}
This Key is visible only because DEBUG is True
{% endif %}

Key '{{ original.name }}' successfully created

{{ original.key }} {{ bae }}
{% 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 %}