{% extends "zerver/portico.html" %} {# Login page. #} {% load i18n %} {% load minified_js %} {% block customhead %} {{ block.super }} {% minified_js 'signup' %} {% endblock %} {% block os_announcement %} {% if zulip_com %}
Zulip balloon
{% trans 'Zulip has been released as open source software!' %} {% trans 'Read the' %} {% trans 'announcement' %} {% trans 'or go to' %} {% trans 'the Zulip open source project website' %}.
{% endif %} {% endblock %} {% block portico_content %} {% if password_auth_enabled %} {% endif %}
{% if dev_auth_enabled %} {% if not password_auth_enabled %} {% endif %} {% else %} {% endif %} {% if only_sso %} {% comment %}SSO users don't have a password.{% endcomment %} {% else %} {% comment %}Non-SSO users.{% endcomment %} {% if form.errors or desktop_sso_unknown_email %}
{% if desktop_sso_unknown_email %} {% trans 'Zulip is not currently available for your domain' %}.
{% else %} {% for error in form.errors.values %}
{{ error | striptags }}
{% endfor %} {% endif %}
{% endif %} {% if email %}
{% trans "You've already registered with this email address. Please log in below" %}.
{% endif %} {% if password_auth_enabled or desktop_sso_dispatch %} {% endif %} {% if dev_auth_enabled %} {% endif %} {% if google_auth_enabled %} {% endif %} {% endif %}
{% endblock %}