{% load i18n %}

{% trans "Time based one-time password" %}

{% if key %}

{% trans "Secret" %}: {{ key }}

{% trans "Bookmarklet" %}

{% trans "Copy this link to your bookmarks. When clicking on it it will generate a new one-time password which will allow you to login" %}

{% else %}

{% trans "This kind of authentication is actually not possible, because you do not have any secret setup." %}

{% endif %}