{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% translate "New api_key generated" %}

{% translate "Copy this value now. It will not be shown again." %}

{% blocktranslate %}The previous secret has been invalidated immediately. Any client still using the old api_key will start failing on its next call.{% endblocktranslate %}

{{ api_key }}

{% translate "Back to channel" %}

{% endblock %}