{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}
{% 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 %}
{% include "mail/footer.html" %} {% endblock %}