{% extends "two_factor/_base.html" %} {% load i18n %} {% block content_inner %}

{% 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 %} {% trans "Show Codes" %} {% 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 %}

{% trans "Show Codes" %}

{% trans "Add Phone Number" %}

{% endif %} {% endblock %}