{% 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 }}
{% endif %}Please press the button on your security key to prove it is you.
{% if mode == "auth" %} {% endblock content %} {% block head %} {% endblock head %}