{% extends "registration/base.html" %} {% load i18n core_tags form_tags static %} {% block extra_css %} {% endblock %} {% block main_content %}

{% translate "Verification" %}

{% if show_method_selection %}
{% if totp_device %} {% endif %} {% if webauthn_device %} {% endif %}
{% endif %}
{% csrf_token %}
{% for error in form.tfa_code.errors %} {{ error }} {% endfor %}

{% blocktranslate trimmed %} Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes. {% endblocktranslate %}

{% if show_method_selection %} {% endif %}
{% if show_method_selection %} {% endif %}
{% endblock %} {% block extra_js %} {% endblock %}