{% extends "base.html" %} {% block body %} {% if user.is_totp %}
{{ gettext("You're almost done! To finish adding this new user, have them follow the instructions below to set up two-factor authentication with FreeOTP. Once they've added an entry for this account in the app, have them 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 %}