{% extends "mfa/base_entrance.html" %}{% load i18n static allauth %} {% block head_title %}{% trans "Sign In" %}{% endblock %} {% block content %}
{% blocktrans trimmed %}Your account is protected by two-factor authentication. Please enter an authenticator code:{% endblocktrans %}
{% url 'mfa_authenticate' as action_url %} {% if "webauthn" in MFA_SUPPORTED_TYPES %}