{% 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 %}

Register {% else %}

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

{# TODO: Ideally, this should use whatever auth #} {# method the user had used to get here, not just #} {# send an email. #}
{{ csrf_input }}
{% endif %}
{% endblock %}