{% extends "base.html" %} {% block content %} {% call text() %}

{{ mailbox.email }} has been disabled.

{% endcall %} {% call text() %} Your mailbox has been disabled by {{ SERVICE_PROVIDER }} administrators.
You will not receive emails forwarded to this mailbox while it is disabled. {% endcall %} {% call text() %} If you believe this is an error or have any questions, please contact support. {% endcall %} {% call text() %} Best,
{{ SERVICE_PROVIDER }} Team. {% endcall %} {% endblock %}