templates/zerver/deactivated.html
{% extends "zerver/portico_signup.html" %} {% block title %}
{{ _("Deactivated organization") }} | Zulip{% endblock %} {% block customhead %} {{ super() }}{% endblock %} {% block portico_content %}
{% if deactivated_redirect %}
{% else %}
{% endif %}
{% if deactivated_redirect %} {% trans %} This organization has moved to {{ deactivated_redirect }}. {% endtrans %} {% if auto_redirect_to %} {% trans %} This page will automatically redirect to the new URL in 5 seconds. {% endtrans %} {% endif %} {% elif realm_data_deleted %} {{ _("This organization has been deactivated, and all organization data has been deleted.") }} {% if corporate_enabled %} {% trans %} You can contact Zulip support to inquire about reusing this URL for a new organization. {% endtrans %} {% else %} {% trans %} You can contact this Zulip server's administrators to inquire about reusing this URL for a new organization. {% endtrans %} {% endif %} {% else %} {{ _("This organization has been deactivated.") }} {% if corporate_enabled %} {% trans %} If you are an owner of this organization, you can contact Zulip support to reactivate it. {% endtrans %}
{% trans %} If you're a member of the organization and want information about why it has been deactivated, please reach out to the organization's administrators directly. {% endtrans %} {% else %} {% trans %} If you are an owner of this organization, you can contact this Zulip server's administrators to reactivate it. {% endtrans %} {% endif %} {% endif %}
{% endblock %}