{# WebAuthn credential registration template. Displays the WebAuthn registration interface. :param options_json: The WebAuthn registration options in JSON format. :type options_json: str #} {% if g.auth and (not g.session or g.auth.user != g.session.user) %} {% extends g.auth.template or 'core/auth/base.html' %} {% else %} {% extends theme('base.html') %} {% endif %} {% import 'macro/flask.html' as flask %} {% block script %} {% endblock %} {% block submenu %} {% if g.session %} {% trans %}Personal information{% endtrans %} {% trans %}Account settings{% endtrans %} {% trans %}Authentication{% endtrans %} {% endif %} {% endblock %} {% block auth_subtitle %}