{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{% trans %}Hi,{% endtrans %}
{% trans realm_uri=macros.link_tag(realm_uri), 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_uri }}. 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 %}