{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _("Thanks for your request!") }}
{% trans %}Your email address {{ email }} has accounts with the following Zulip organizations hosted by {{ external_host }}:{% endtrans %}
{% trans help_url="https://zulip.com/help/change-your-password#if-youve-forgotten-or-never-had-a-password" %} If you have trouble logging in, you can reset your password. {% endtrans %}
{{ _("Thanks for using Zulip!") }}
{% endblock %}