{% extends 'unfold/layouts/unauthenticated.html' %} {% load i18n unfold %} {% block title %} {{ title }} | {{ site_title }} {% endblock %} {% block content %} {% include "unfold/helpers/unauthenticated_title.html" with title=site_title subtitle=_('Two-factor authentication') %} {% include "unfold/helpers/messages.html" %} {% if error %}
{% include "unfold/helpers/messages/error.html" with errors=error %}
{% endif %}
{% csrf_token %} {% include "unfold/helpers/field.html" with field=form.code %}
{% component "unfold/components/button.html" with submit=1 variant="primary" class="w-full" %} {% translate 'Verify' %} check {% endcomponent %}
{% endblock %}