{% load i18n %}{% blocktrans with username=user.get_full_name name=comment.discussion.name creator=comment.user.name %}Dear {{ username }},

A new comment has been posted to the discussion "{{ name }}" by {{ creator }}{% endblocktrans %}{% if comment.body %}:

"{{ comment.body }}"

{% else %}.{% endif %}

{% blocktrans with url=comment.get_absolute_url %}Reply to this email to post a response, or visit this URL to reply online: {{ site.domain }}{{ url }}{% endblocktrans %}
