{% load i18n %}
{{ user_name }},

{% blocktrans %}There is a new comment following up yours.{% endblocktrans %}

{% trans 'Post' %}: {{ content_object.title }}
URL:  http://{{ site.domain }}{{ content_object.get_absolute_url }}
{% trans 'Sent by' %}: {{ comment.name }}, {{ comment.submit_date|date:"SHORT_DATE_FORMAT" }}

--- {% trans 'Comment' %}: ---
{{ comment.comment }}


-----
{% trans 'Click on the following link to mute the comments thread. You will no longer receive follow-up notifications:' %}

http://{{ site.domain }}{{ mute_url }}

--
{% trans "Kind regards" %},
{{ site }}
