{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block browser_title %} {% trans "Two-Factor Authentication successfully enabled" %} {% endblock %} {% block content %}

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

{% blocktrans %} Congratulations, you've successfully enabled two-factor authentication. {% endblocktrans %}
{% if not phone_methods %} {% trans "Back to Profile" %} {% trans "Generate backup codes" %} {% else %}
{% blocktrans %} However, it might happen that you don't have access to your primary device. To enable account recovery, generate backup codes or add other authentication methods. {% endblocktrans %}
{% trans "Back to Profile" %} {% trans "Generate backup codes" %} {% trans "Add Another Authentication Method" %} {% endif %} {% endblock %}