{% extends 'paxalia/auth_base.html' %} {% load static i18n %} {% block title %}{% trans "Verify authorized device" %} · {{ brand_name }}{% endblock %} {% block content %}

{% trans "Layer 3" %}

{% trans "Verify your authorized device" %}

{% blocktrans with count=device_count %}Choose your registered authenticator. {{ count }} active credential(s) are available for this administrator.{% endblocktrans %}

{% if not webauthn_available %} {% trans "Start over" %} {% elif webauthn_configuration_error %} {% if webauthn_localhost_url %}{% trans "Restart on localhost" %}{% endif %} {% trans "Start over" %} {% else %}
{% trans "Your browser will prompt for the security authenticator associated with this administrator." %}
{% trans "Start over" %} {% endif %}
{% endblock %} {% block extra_js %}{% endblock %}