{% extends 'base.html' %} {% load i18n bootstrap two_factor %} {% block content %}
{% if wizard.steps.current == 'token' %}

{% blocktrans %}Please enter the tokens generated by your token generator.{% endblocktrans %}

{% endif %}
{% csrf_token %} {{ wizard.management_form }} {{ wizard.form|bootstrap_inline }} {% trans "Cancel" %} {% if backup_tokens %}

{% trans "As a last resort, you can use a backup token:" %}

{% endif %}
{% endblock %}