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

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

{% blocktrans %}Congratulations, you've successfully enabled two-factor authentication.{% endblocktrans %}

{% trans "Back to Profile" %}

{% endblock %}