{% extends "comments/base.html" %} {% load i18n %} {% block title %}{% trans "Comment thread muted" %}.{% endblock %} {% block content %}

{% trans "Comment thread has been muted" %}

You will no longer receive email notifications for comments sent to {{ content_object }}

{% endblock %}