aab3324d3abc469bf2ce7e85cda3f9df8f4027d1
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed
1 {% autoescape off %}From: Inschrijfsysteem <inschrijf@evolution-events.nl>
2 Subject: {% if created %}Influence "{{ influence }}" submitted.{% else %}Influence "{{ influence }}" was changed.{% endif%}
3
4 {% filter 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|yesno|capfirst }}
13
14 Description:
15 {% filter wordwrap:72 %}{{ influence.description }}{% endfilter %}
16
17 {% if influence.result %}
18 Result:
19 {{ influence.result }}
20 {% endif %}
21 {% endautoescape %}