{% extends 'base.html' %} {% block body %} {{ 'Two Factor Authentication'|trans }}
{{ 'Enable two factor authentication for your account to increase its security. %sSee documentation%s.'|trans|format("", "")|raw }}
{% if App.Session.has('enforce_mfa') %} {{ 'It is mandatory to activate 2FA.'|trans }} {% endif %} {{ 'Open your authenticator application and scan the QR code'|trans }}
{{ 'Enter the 6 digits displayed on your phone'|trans }}