{% include "site/header.html" %} {% include "site/view_header.html" with errors=errors %} {% load i18n %}
{% if wizard %}
{% else %}
{% endif %} {% block content %} {% endblock %} {% if wizard.steps.current == "auth" %} {% if passwordless_error %}

{{ passwordless_error }}

{% endif %}

{% blocktrans trimmed %} For password-less authentication leave the password field empty and make sure your registered U2F FIDO security key is available / connected. {% endblocktrans %}

{% endif %}
{% if wizard %}
{% else %}
{% block content_right %} {% endblock %}
{% endif %}
{% include "site/footer.html" %}