{% extends "zerver/emails/compiled/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{{ _('Hi!') }}
{% trans %} We received a request to change the email address for the Zulip account on {{ realm_uri }} from {{ old_email }} to {{ new_email }}. If you would like to confirm this change, please click below: {% endtrans %} {{_('Confirm email change') }}
{% trans %} If you did not request this change, please contact us immediately at {{ support_email }}. {% endtrans %}
{{ _("Cheers,") }}
{{ _("Team Zulip") }}