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

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

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

{% endblock %}