{% extends "base.html" %} {% block body %} {% if user.is_totp %}
{{ gettext("You're almost done! To finish resetting your two-factor authentication, follow the instructions below to set up FreeOTP. Once you've added the entry for your account in the app, enter one of the 6-digit codes from the app to confirm that two factor authentication is set up correctly.") }}
{{ gettext("Can't scan the barcode? Enter the following code manually:") }}
{{ gettext("Once you have scanned the barcode, enter the 6-digit code below:") }}
{% else %}{{ gettext('Once you have configured your YubiKey, enter the 6-digit code below:') }}
{% endif %} {% endblock %}