{% extends "admin/base_site.html" %} {% block content %}

Two-Factor Authentication Required

Please enter the verification code from your authenticator app to continue.

{% csrf_token %}
{{ form.token }}
{% if show_recovery %}

If you have lost access to your authenticator app, you can use a recovery code.

{% endif %}
{% if messages %} {% endif %} {% endblock %}