{% extends "base.html" %} {% load i18n %} {% block content %}

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

{% blocktrans %}Congratulations, you've successfully enabled two-factor authentication.{% endblocktrans %} {% if not phone_methods %} {% trans "Back to Profile" %}

{% else %}

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

{% trans "Back to Profile" %}

{% trans "Add Phone Number" %}

{% endif %} {% endblock %}