{% load i18n %}{% blocktrans with username=user.get_full_name name=comment.discussion.name creator=comment.creator.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 %}Click here to reply online: {{ site.domain }}{{ url }}{% endblocktrans %}
