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

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

{% blocktrans trimmed %} The page you are trying to access requires users to verify their identity using two-factor authentication for security reasons. {% endblocktrans %}

{% blocktrans trimmed %} In order to access this page, you need to set up these security features. Without setting them up, you will only be able to access your account's profile section or log out from the system. {% endblocktrans %}

{% blocktrans trimmed %} Two-factor authentication has not been set up for your account yet. Please set it up to enhance the security of your account. {% endblocktrans %}

{% trans "Set up Two-Factor Authentication (2FA)" %} {% endblock %}