{% extends "zerver/portico.html" %} {% block title %}
{% trans %} Emails sent! The addresses entered on the previous page are listed below: {% endtrans %}
{% if corporate_enabled %} {% trans %}Enter your email address to receive an email with the URLs for all the Zulip Cloud organizations in which you have active accounts.{% endtrans %} {% else %} {% trans %}Enter your email address to receive an email with the URLs for all the Zulip organizations on this server in which you have active accounts.{% endtrans %} {% endif %} {% trans %}If you have also forgotten your password, you can reset it.{% endtrans %}
{% if form.emails.errors %} {% for error in form.emails.errors %}