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

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

{% trans "Congratulations, you've successfully enabled two-factor authentication." %}

{% if not phone_methods %}

{% trans "Back to Account Security" %} {% trans "Start using KAT" %}

{% 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 "Back to Account Security" %}

{% trans "Add Phone Number" %}

{% endif %} {% endblock %}