{% 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 %}If you have trouble logging in, please contact Zulip support by replying to this email.{% endtrans %}
{{ _("Thanks for using Zulip!") }}
{% endblock %}