{% extends "zerver/portico.html" %} {# Login page. #} {% load minified_js %} {% block customhead %} {{ block.super }} {% minified_js 'signup' %} {% endblock %} {% block os_announcement %} {% if zulip_com %}
Zulip balloon
Zulip has been released as open source software! Read the announcement or go to 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 %} Zulip is not currently available for your domain.
{% else %} {% for error in form.errors.values %}
{{ error | striptags }}
{% endfor %} {% endif %}
{% endif %} {% if email %}
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 %}