{% extends "zerver/portico.html" %} {# Login page. #} {% block customhead %} {{ super() }} {{ minified_js('signup')|safe }} {% endblock %} {% block os_announcement %} {% if show_oss_announcement %}
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 %} {# SSO users don't have a password. #} {% else %} {# Non-SSO users. #} {% 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 %} {% if github_auth_enabled %} {% endif %} {% endif %}
{% endblock %}