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

{% trans %}Dear former administrators of {{ realm_name }},{% endtrans %}

{% trans realm_uri=macros.link_tag(realm_uri) %}One of your administrators requested reactivation of the previously deactivated Zulip organization hosted at {{ realm_uri }}.{% endtrans %}

{{ _('Click the button below to reactivate your organization.') }} {{ _('Reactivate organization') }}

{% trans %}If the request was in error, you can take no action and this link will expire in 24 hours.{% endtrans %}

{% if corporate_enabled %} {{macros.contact_us_zulip_cloud(support_email)}} {% else %} {{macros.contact_us_self_hosted(support_email)}} {% endif %}

{% endblock %}