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

{% blocktrans %}there is a new suggestion to evaluate on {{ translation }} at {{ site_title }}.{% endblocktrans %}

{% trans "Source string:" %}

{{ unit.source }}

{% trans "Suggestion:" %}

{{ suggestion.target }}

{% trans "You can review it at:" %}

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

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