{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Two-Factor Authentication(2FA)" %}{% endblock %}

{% blocktrans trimmed %}Congratulations, you've successfully enabled two-factor authentication.{% endblocktrans %}

{% blocktrans trimmed %}We strongly recommend you to save the backup codes. To get the backup codes you can continue to Show Codes.{% endblocktrans %}

{% if not phone_methods %} Show Codes {% trans "Back to Account" %} {% else %}

{% blocktrans trimmed %}However, it might happen that you don't have access to your primary token device. To enable account recovery, add a phone number.{% endblocktrans %}

Show Codes

{% trans "Add Phone Number" %}

{% endif %} {% endblock %}