2023-04-05 11:19:58 +02:00
{% extends "zerver/emails/email_base_default.html" %}
2018-11-12 14:15:49 +01:00
{% block illustration %}
2023-04-26 01:47:00 +02:00
< img src = "{{ email_images_base_url }}/registration_confirmation.png" alt = "" / >
2018-11-12 14:15:49 +01:00
{% endblock %}
{% block content %}
2019-02-08 10:53:01 +01:00
< p > {% trans %}Dear former administrators of {{ realm_name }},{% endtrans %}< / p >
2024-05-09 13:28:39 +02:00
< p > {% trans realm_url=macros.link_tag(realm_url) %}One of your administrators requested reactivation of the previously deactivated Zulip organization hosted at {{ realm_url }}.{% endtrans %}< / p >
2019-02-08 10:53:01 +01:00
2018-12-20 21:11:14 +01:00
< p >
{{ _('Click the button below to reactivate your organization.') }}
< a class = "button" href = "{{ confirmation_url }}" > {{ _('Reactivate organization') }}< / a >
< / p >
2019-02-08 10:53:01 +01:00
< p > {% trans %}If the request was in error, you can take no action and this link will expire in 24 hours.{% endtrans %}< / p >
2023-02-20 18:24:28 +01:00
< p >
{% if corporate_enabled %}
{{macros.contact_us_zulip_cloud(support_email)}}
{% else %}
{{macros.contact_us_self_hosted(support_email)}}
{% endif %}
< / p >
2018-11-12 14:15:49 +01:00
{% endblock %}