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

{% trans "Layer 3" %}

{% trans "Register an authorized device" %}

{% trans "The private credential stays inside your browser or authenticator. Paxalia stores only the public credential and safe metadata." %}

{% if active_count >= max_devices %} {% trans "Manage authorized devices" %} {% elif not webauthn_available %} {% trans "Back to security" %} {% elif webauthn_configuration_error %} {% if webauthn_localhost_url %}{% trans "Restart on localhost" %}{% endif %} {% trans "Start over" %} {% else %}
{% blocktrans with count=active_count max=max_devices %}{{ count }} of {{ max }} active device(s) are currently registered.{% endblocktrans %}
{% trans "Registering a device requires a supported WebAuthn authenticator in this secure browser context." %}
{% trans "Back to admin devices" %} {% endif %}
{% endblock %} {% block extra_js %}{% endblock %}