{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block title %}{% trans "New API Key" %} - {% trans "Rattic" %}{% endblock %} {% block content %}

{% trans "New API Key" %}

{% trans "Warning!" %} {% blocktrans %}This is the last chance that you will have to access the secret key. You should save it in a safe place now.{% endblocktrans %}

{% blocktrans %}Your new API key has been created.{% endblocktrans %}

{% trans "Name" %}: {{ key.name }}
{% trans "Secret Key" %}: {{ key.key }}

{% trans "Back to Profile" %}

{% endblock %}