Send influence notifications to all players involved.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_comment_added.html
1 {% load gapless %}{% gapless %}
2 {% load i18n %}
3 {% autoescape off %}
4 From: Xerxes (Evolution Events)<xerxes@evolution-events.nl>
5 X-Mailer: Xerxes
6 Subject: {% blocktrans %}Comment added to influence "{{ influence }}".{% endblocktrans %}
7 \\
8 {% if first_name %}
9 {% blocktrans %}Hello {{ first_name }}{% endblocktrans %},
10 {% else %}
11 {% trans "L.S." %},
12 {% endif %}
13 \\
14 {% filter wordwrap:72 %}
15 {% blocktrans %}
16 {{commenter}} has just commented the following on an influence you are involved in:
17 {% endblocktrans %}
18 \\
19 {{comment.comment}}
20 {% endfilter %}
21 {% endautoescape %}
22 {% endgapless %}