{% extends "mail/base.html" %} {% load i18n %}{% load translations %} {% block content %}

{% trans "Hi,"%}

{% blocktrans with user.first_name as username %}User {{ username }} has just made a first contribution on {{ translation }} at {{ site_title }}.{% endblocktrans %}

{% include "mail/footer.html" %} {% endblock %}