{% extends "base.html" %} {% from "macros/icons.html" import icon %} {% block title_extra %} — {{ _('guest_title') }}{% endblock %} {% block content %}

{{ _('guest_title') }}

{{ _('guest_subtitle') }}

{% if need_password %}
{{ icon('lock') }}

{{ _('guest_protected_desc') }}

{% else %}
{% if allow_create %}
{{ _('guest_get_config_hint') }}
{% endif %}

{{ _('loading_share_conns') }}

{% endif %}
{% endblock %}