{% extends "base.html" %} {% load i18n otp_webauthn %} {% block title %}{% translate "Login using a Passkey" %}{% endblock %} {% block content %}
{% translate "Sorry, your browser has no Passkey support" %}
{% render_otp_webauthn_auth_scripts %} {% endblock content %}