{% load i18n %}{% load translations %}{% autoescape off %}{% filter wordwrap:72 %}{% trans "Good news," %}

{% blocktrans with user.full_name as username %}The user {{ username }} has just made a first contribution to {{ translation }} at {{ site_title }}.{% endblocktrans %}

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