{% extends "two_factor_auth/_base.html" %} {% load i18n %} {% block content %}
{% trans "Tokens will be generated by your token generator." %}
{% blocktrans %}If you don't have any device with you, you can access your account using the backup token.{% endblocktrans %}
{% trans "Show Backup Token" %}
{% blocktrans %}However we strongly discourage you to do so, you can also disable two-factor authentication for your account.{% endblocktrans %}
{% trans "Disable Two-Factor Authentication" %}
{% else %}{% blocktrans %}Two-factor authentication is not enabled for your account. Enable two-factor authentication for enhanced account security.{% endblocktrans %}
{% endif %} {% endblock %}