{% extends "two_factor_auth/_base.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Account Security" %}{% endblock %}

{% if totp %}

{% trans "Tokens will be generated by your token generator." %}

{% trans "Backup Token" %}

{% blocktrans %}If you don't have any device with you, you can access your account using the backup token.{% endblocktrans %}

{% trans "Show Backup Token" %}

{% trans "Disable Two-Factor Authentication" %}

{% 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 %}

{% trans "Enable Two-Factor Authentication" %}

{% endif %} {% endblock %}