{% block title %}{% trans "Token" %} {{ object }}{% endblock %}
{% block subtitle %}{% endblock %}
{% block content %}
<divclass="row">
<divclass="col col-md-12">
{% if key and not settings.ALLOW_TOKEN_RETRIEVAL %}
<divclass="alert alert-danger"role="alert">
<iclass="mdi mdi-alert"></i> Tokens cannot be retrieved at a later time. You must <ahref="#"class="copy-content"data-clipboard-target="#token_id"title="Copy to clipboard">copy the token value</a> below and store it securely.