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

{% block title %}{% trans "Permission Denied" %}{% endblock %}

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

{% blocktrans %}Two-factor authentication is not enabled for your account. Enable two-factor authentication for enhanced account security.{% endblocktrans %}

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

{% endblock %}