{% 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 }}