{% load i18n %}{% with post.full_url as posturl %}{% blocktrans %}New comment on {{ blogname }}: <a href="http://{{ posturl }}">{{ headline}}</a>{% endblocktrans %}{% endwith %}
{% blocktrans %}From: {{ commenter }}{% endblocktrans %}

{{ comment}}
