{% extends "base.html" %} {% load i18n otp_webauthn %} {% block title %}{% translate "Security checkpoint" %}{% endblock title %} {% block content %}
{% blocktrans with user=request.user trimmed %}Hello, {{ user }}{% endblocktrans %}
{% translate "You must confirm your identify by using your Passkey." %}
{% translate "Sorry, this browser does not support Passkeys. You cannot continue using this browser." %}
{% render_otp_webauthn_auth_scripts %} {% endblock content %}