{% extends "zerver/portico_signup.html" %} {% block portico_content %}

{{ _("Zulip account not found.") }}

{% if invalid_email %} {# If the email address is invalid, we can't send the user #} {# to the preregistered user code path. #}

{% trans %} Please click the following button if you wish to register. {% endtrans %}

Sign up {% else %}

{% trans %} No account found for {{ email }}. Would you like to register instead? {% endtrans %}

{# TODO: Ideally, this should allow users to register #} {# without going over to /register and re-authenticating. #}
{% endif %}
{% endblock %}