{% extends 'base.html' %} {% block body %} {{ '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 }} {{ 'Secret for manual setup'|trans }} {% endif %} {{ 'Authentication code'|trans }} {{ 'Open the authenticator app on your device to get your authentication code and verify your identity.'|trans }} {{ 'Verify'|trans }} {% if App.Session.has('enable_mfa') %} {{ 'Cancel'|trans }} {% endif %} {% endblock body %}
{{ 'Open your authenticator application and scan the QR code.'|trans }}
{{ 'Open the authenticator app on your device to get your authentication code and verify your identity.'|trans }}