{% load i18n %}{% autoescape off %} {% blocktrans %}You're receiving this email because subscribed to comments to {{ article_link }}.{% endblocktrans %}

{% if comment_guest_name %}{% blocktrans %}The user "{{ comment_guest_name }}" say:{% endblocktrans %}
{% endif %}
{{ comment_text_html|linebreaks|safe }}

{% trans "Comment published:" %} {{ comment_created }}

{% trans "To unsubscribe, go to:" %} http://{{ site_domain }}{{ unsubscribe_url }}

---
{{ sign }} {% endautoescape %}