{% extends "zerver/portico_signup.html" %} {% block title %} {{ _("Deactivated organization") }} | Zulip {% endblock %} {% block customhead %} {{ super() }} {% endblock %} {% block portico_content %}
{% if deactivated_redirect %}

{{ _("Organization moved") }}

{% else %}

{{ _("Deactivated organization") }}

{% endif %}

{% if deactivated_redirect %} {% trans %} This organization has moved to {{ deactivated_redirect }}. {% endtrans %} {% else %} {% trans %} This organization has been deactivated. {% endtrans %} {% if corporate_enabled %} {% trans %} If you are an owner of this organization, you can contact Zulip support to reactivate it. {% 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 %}