Back to Zulip

{{ _("Account is deactivated") }}

templates/zerver/portico_error_pages/user_deactivated.html

12.0437 B
Original Source

{% extends "zerver/portico_error_pages/portico_error_page.html" %} {% block title %}

{{ _("Account is deactivated") }} | Zulip{% endblock %} {% block error_page_content %}

{{ _("Account is deactivated") }}

{% trans %} Your Zulip account on {{ realm_url }} has been deactivated, and you will no longer be able to log in. {% endtrans %}

{% endblock %}