{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %} {% if account_found %}
{{ _("Thanks for your request!") }}
{% if corporate_enabled %}{% trans %}Your email address {{ email }} has accounts with the following Zulip Cloud organizations:{% endtrans %}
{% else %}{% trans %}Your email address {{ email }} has accounts with the following Zulip organizations hosted by {{ external_host }}:{% endtrans %}
{% endif %}{% trans %}If you have trouble logging in, you can reset your password.{% endtrans %}
{% else %}{{ _("You have requested a list of Zulip accounts for this email address.") }} {% if corporate_enabled %} {{ _("Unfortunately, no Zulip Cloud accounts were found.") }} {% else %} {% trans%}Unfortunately, no accounts were found in Zulip organizations hosted by {{external_host}}.{% endtrans %} {% endif %}
{% trans %}You can check for accounts with another email, or try another way to find your account.{% endtrans %} {{ _("If you do not recognize this request, you can safely ignore this email.") }}
{% endif %} {% endblock %}