--- /dev/null
+{% load gapless %}{% gapless %}
+{% load i18n %}
+{% autoescape off %}
+From: Xerxes (Evolution Events)<xerxes@evolution-events.nl>
+X-Mailer: Xerxes
+Subject: {% blocktrans %}Comment added to influence "{{ influence }}".{% endblocktrans %}
+\\
+{% if recipients.0.first_name %}
+{% blocktrans with recipients.0.first_name as name %}Hello {{ name }}{% endblocktrans %},
+{% else %}
+{% trans "L.S." %},
+{% endif %}
+\\
+{% filter wordwrap:72 %}
+{% blocktrans %}
+{{commenter}} has just commented the following on your influence:
+{% endblocktrans %}
+\\
+{{comment.comment}}
+{% endfilter %}
+{% endautoescape %}
+{% endgapless %}