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

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

"{{ discussion.comments.first.body }}"

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