{% extends "base.html" %} {% block title %}{{ _('Set Up TOTP-based Two Factor Authentication') }} — {{ service_name }}{% endblock %} {% block content %}

{{ _('Set Up TOTP-based Two Factor Authentication') }}

{{ setup_form.hidden_tag() }}

{{ _('Please scan the following QR Code using an app such as Google Authenticator and then enter the generated verification code in the field below to complete the setup.') }}

{{ _('TOTP Setup QR Code') }}
{{ _('Cancel') }}
{% endblock %}