{% extends "layout.html" %} {% block title %}Comment Subscriptions{% endblock %} {% block content %}

You have been unsubscribed

The e-mail address {{ email }} has been unsubscribed {% if thread == "*" %} from all comment threads on this site. {% else %} from the comment thread "{{ thread }}". {% endif %} {% endblock %}