{% extends "zerver/emails/compiled/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 %}
{% trans support_email=macros.email_tag(support_email) %}Contact us any time at {{ support_email }} if you run into trouble, have any feedback, or just want to chat!{% endtrans %}
{% endblock %}