{% extends "two_factor/_base.html" %} {% load i18n two_factor %} {% load static %} {% block content %}
{% blocktrans %}Enter your credentials.{% endblocktrans %}
{% blocktrans trimmed %}We are calling your phone right now, please enter the digits you hear.{% endblocktrans %}
{% blocktrans trimmed %}We sent you a text message, please enter the tokens we sent.{% endblocktrans %}
{% blocktrans trimmed %}Please enter the tokens generated by your token generator.{% endblocktrans %}
{% 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 %}
{% trans "Or, alternatively, use one of your backup phones:" %}
{% for other in other_devices %} {{ other|device_action }} {% endfor %}
{% trans "As a last resort, you can use a backup token:" %}
{% trans "Use Backup Token" %}