{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% trans "E-mail notifications disabled" context "notifications disabled page" %} | {{ block.super }}{% endblock %} {% block content %}
check

{% trans "E-mail notifications disabled" context "notifications disabled page" %}

{% trans "You will no longer receive e-mail notifications when someone replies to this thread." context "notifications disabled page" %}

{% trans "If you change your mind and want to re-enable e-mail notifications, you can do so by adjusting your notification settings on thread's page." context "notifications disabled page" %}

{% trans "Go to thread" context "notifications disabled page" %} {% trans "Go to home page" context "notifications disabled page" %}

{% endblock content %}