{% extends "base.html" %} {% load i18n %} {% block main_panel %}
{% blocktrans %}Congratulations, you've successfully enabled two-factor authentication.{% endblocktrans %} {% if not phone_methods %}
{% 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" %} {% endif %} {% endblock %}