{% load i18n %}

{{ user_name }},

{% trans 'There is a new comment following up yours.' %}

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

{% trans 'The comment' %}:
{{ comment.comment }}

{% blocktrans with site_domain=site.domain mute_url_short=mute_url|slice:":40" %}Click http://{{ site_domain }}{{ mute_url_short }}... to mute the comments thread. You will no longer receive follow-up notifications.{% endblocktrans %}

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