{% extends "maykin_2fa/base.html" %} {% load i18n %} {% block content %}
{% csrf_token %}

{% blocktrans trimmed %} If you are unable to access your device, enter one of your recovery codes to verify your identity. {% endblocktrans %}

{% include "maykin_2fa/includes/wizard_form.html" %}
{% endblock %}