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

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

{% blocktrans trimmed %}The page you requested, enforces users to verify using two-factor authentication for security reasons. You need to set up these security features in order to access this page. Without setting up these security features, You can only access the account(Profile section) or can logout from the system.{% endblocktrans %}

{% blocktrans trimmed %}Two-factor authentication is not already set up for your account. Set up two-factor authentication for enhanced account security.{% endblocktrans %}

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

{% endblock %}