{% extends "multifactor/base.html" %}{% load static %} {% block card_title %}FIDO2 Security Key{% endblock %} {% block card_classes %}card-login mx-auto{% endblock %} {% block content %} {% if mode == "auth" %}

Welcome back {{ request.session.base_username }}

Not me...

{% endif %}

Please press the button on your security key to prove it is you.

{% if mode == "auth" %}
{% elif mode == "recheck" %} {% endif %} {% csrf_token %}
{% endblock content %} {% block head %} {% endblock head %}