{% load url from future %}{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Hi," %}

{% blocktrans %}there has been a new comment on {{ subproject }} at {{ site_title }}.{% endblocktrans %}

{% trans "Source string:" %}

{{ unit.source }}

{% trans "Comment:" %}

{{ comment.comment }}

{% trans "You can edit this string at:" %}

{{ current_site_url }}{{ unit.get_absolute_url }}

{% endfilter%}{% endautoescape %}{% include "mail/footer.txt" %}
