Back to Zulip

Deactivate

templates/zerver/emails/deactivate.html

12.0506 B
Original Source

{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %} {% trans %} Your Zulip account on {{ realm_url }} has been deactivated, and you will no longer be able to log in. {% endtrans %}

{% if deactivation_notification_comment %} {{ _("The administrators provided the following comment:") }}

{{ deactivation_notification_comment }}

{% endif %} {% endblock %}