{% extends 'base.html' %} {% block body %}
elabftw

{{ 'Two Factor Authentication'|trans }}

{{ App.Session.get('csrf')|csrf }} {% if App.Session.has('enable_mfa') %}

{{ 'Open your authenticator application and scan the QR code.'|trans }}

{% endif %}

{{ 'Open the authenticator app on your device to get your authentication code and verify your identity.'|trans }}

{% if App.Session.has('enable_mfa') %} {% endif %}
{% endblock body %}