{% load i18n %} {% load bootstrap3 %} {% load static %} {{ INTERFACE.login_title }} {% include '_head_css_js.html' %}
Logo

{% trans "UKey Authentication" %}

{% trans "Loading UKey SDK..." %}
{% csrf_token %} {% if error_msg %}

{% trans "Error" %}: {{ error_msg }}

{% endif %} {# username is auto-filled from UKey cert, display input is readonly #}
{# PIN is only used for client-side UKey verification, not submitted to backend #}
{% trans "More login methods" %}
{% include '_foot_js.html' %}