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

{{ _("Deactivated organization") }}

{% trans %} The organization you are trying to join, {{ deactivated_domain_name }}, has been deactivated. {% endtrans %} {% if deactivated_redirect %} {% trans %} It has moved to {{ deactivated_redirect }}. {% endtrans %} {% endif %} {% trans %} Please contact {{ support_email }} to reactivate this group. {% endtrans %}

{% endblock %}