{% blocktranslate trimmed with username=request.user.get_username %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktranslate %}
{% endif %} {% if wizard.steps.current == 'token' %} {% if device.method == 'call' %}{% blocktrans trimmed %}We are calling your phone right now, please enter the digits you hear.{% endblocktrans %}
{% elif device.method == 'sms' %}{% blocktrans trimmed %}We sent you a text message, please enter the tokens we sent.{% endblocktrans %}
{% else %}{% blocktrans trimmed %}Please enter the tokens generated by your token generator.{% endblocktrans %}
{% endif %} {% elif wizard.steps.current == 'backup' %}{% blocktrans trimmed %}Use this form for entering backup tokens for logging in. These tokens have been generated for you to print and keep safe. Please enter one of these backup tokens to login to your account.{% endblocktrans %}
{% endif %} {# Can be used by downstream projects to add SSO options etc. #} {% block extra_login_options %}{% endblock %} {% block recovery_options %} {% if backup_tokens %} {% endif %} {% endblock %}