{% load static %} {% block head %} {{ lastBackup|json_script:"lastBackup" }} {{ csrf_token|stringformat:"s"|json_script:"csrf_token" }} {% url 'recovery_recheck' as recovery_recheck %} {{ recovery_recheck|json_script:"recovery_recheck" }} {% url 'recovery_auth' as recovery_auth %} {{ recovery_auth|json_script:"recovery_auth" }} {{ mode|json_script:"mode" }} {% endblock %} {% block content %}
Recovery code
{% csrf_token %} {% if invalid %}
Sorry, The provided code is not valid, or has already been used.
{% endif %} {% if quota %}
{{ quota }}
{% endif %}

Enter the 11-digits on your authenticator. Or input a recovery code

{% if request.session.mfa_methods|length > 1 %} Select Another Method {% endif %}
{% include "modal.html" %} {% endblock %}