{% extends "base.html" %} {% load i18n otp_webauthn %} {% block title %}{% translate "Security checkpoint" %}{% endblock title %} {% block content %}

{% translate "Security checkpoint" %}

{% blocktrans with user=request.user trimmed %}Hello, {{ user }}{% endblocktrans %}

{% translate "You must confirm your identify by using your Passkey." %}

{% render_otp_webauthn_auth_scripts %} {% endblock content %}