{% if wizard.steps.current == 'token' %} {% if device.method == 'call' %}

We are calling your phone right now, please enter the digits you hear.

{% elif device.method == 'sms' %}

We sent you a text message, please enter the token in the text message.

{% else %}

Please enter the 6-digit number from your token generator.

{% endif %} {% elif wizard.steps.current == 'backup' %}

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 log in to your account.

{% endif %} {% for field in wizard.form %}
{{ field }}
{% endfor %} {% if other_devices %}

{{ _("Or, alternatively, use one of your backup phones:") }}

{% for other in other_devices %} {% endfor %}

{% endif %} {% if backup_tokens %}

{{ _("As a last resort, you can use a backup token:") }}

{% endif %}