{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}

{% trans %}Hi,{% endtrans %}

{% trans realm_url=macros.link_tag(realm_url), new_email=macros.email_tag(new_email) %}We received a request to add the email address {{ new_email }} to your Zulip demo organization account on {{ realm_url }}. To confirm this update and set a password for this account, please click below:{% endtrans %} {{_('Confirm and set password') }}

{% trans support_email=macros.email_tag(support_email) %}If you did not request this change, please contact us immediately at {{ support_email }}.{% endtrans %}

{% endblock %}