{% extends "base.html" %} {% block title %}{{ t('login.page_title') }}{% endblock %} {% block content %}

{{ t('login.h1') }}

{% if not webauthn_enabled %}

{{ t('login.disabled') }}

{{ t('login.help_link') }}

{% else %}

{{ t('login.intro') }}

{{ t('login.hint_https') }}

{% endif %} {% endblock %}