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

{% translate "New secret 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 secret will start failing on its next call.{% endblocktranslate %}

{{ secret }}

{% translate "Back to channel" %}

{% endblock %}