{% extends "two_factor/_login_base.html" %} {% load i18n %} {% load two_factor_tags %} {% block extra_media %} {{ form.media }} {% endblock %} {% block content %} {% if wizard.steps.current == 'token' %}

{{ device|as_verbose_action }}

{% endif %}
{% block main_form_content %} {% csrf_token %} {% include "two_factor/_wizard_forms.html" %} {# hidden submit button to enable [enter] key #} {% include "two_factor/_wizard_actions.html" %} Forgotten Password {% endblock %}
{% endblock %}