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

{% block title %}{% trans "Enable Two-Factor Authentication" %}{% endblock %}

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

{% if not phone_methods %} arrow_back {% trans "Back to Profile" %} vpn_key {% trans "Generate backup codes" %} {% else %}

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

arrow_back {% trans "Back to Profile" %} vpn_key {% trans "Generate backup codes" %} add {% trans "Add Phone Number" %} {% endif %} {% endblock %}