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

{{ _('guest_title') }}

{% if not need_password %} {% endif %}
{% if need_password %}

{{ _('guest_protected_desc') }}

{% else %}
{% if allow_create %} {% endif %}
{% endif %}
{% endblock %}