{% extends "core/base.html" %} {% load i18n %} {% block content %}
error_outline {% blocktrans %}Permission Denied{% endblocktrans %}

{% blocktrans %}The page you requested enforces users to verify using two-factor authentication for security reasons. You need to enable this security feature in order to access this page.{% endblocktrans %}

{% trans "Go back" %} {% trans "Enable Two-Factor Authentication" %}

{% endblock %}