{% from "macros/icons.html" import icon %}

{{ _('login_title') }}

{% if captcha_settings.enabled %}
Captcha
{% endif %}
{% if guest_link %}
{{ _('guest_access_btn') }}
{{ _('guest_access_login_hint') }}
{% endif %}