{% extends "two_factor_auth/_base_focus.html" %} {% load i18n %} {% block content %}
{% blocktrans %}Enter your credentials.{% endblocktrans %}
{% elif wizard.steps.current == 'token' %}{% blocktrans %}Please enter the tokens generated by your token generator.{% endblocktrans %}
{% elif wizard.steps.current == 'backup' %}{% blocktrans %}Use this form for entering backup token for logging in. This token has been generated for you to print and keep safe. Please enter the backup token to login to your account.{% endblocktrans %}
{% endif %} {% endblock %}