{% extends "mail/base.html" %} {% load url from future %} {% load i18n %}{% load translations %} {% block content %}
{% trans "Hi,"%}
{% blocktrans with user.first_name as username %}{{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}
{% include "mail/footer.html" %} {% endblock %}