* Also notify the influence submitter that his influence was modified.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed
1 {% autoescape off %}From: Inschrijfsysteem <inschrijf@evolution-events.nl>
2 Subject: Influence {{ influence }} was changed.
3
4 {% filter lower|wordwrap:72 %}
5 You have submitted an influence on {{influence.created}}.
6 {% if not created %}The influence has been modified. The current status is:{% else %}You submitted:{% endif %}
7 {% endfilter %}
8 Character:       {{ influence.character }}
9 Contact:         {{ influence.contact }}
10 Summary:         {{ influence.summary }}
11 Status:          {{ influence.get_status_display }}
12 Long term:       {{ influence.longterm }}
13
14 Description:
15 {{ influence.description }}
16
17 {% if influence.result %}
18 Result:
19 {{ influence.result }}
20 {% endif %}
21 {% endautoescape %}