* Also notify the influence submitter that his influence was modified.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed
diff --git a/templates/influences/email/influence_changed b/templates/influences/email/influence_changed
new file mode 100644 (file)
index 0000000..e9b72bf
--- /dev/null
@@ -0,0 +1,21 @@
+{% autoescape off %}From: Inschrijfsysteem <inschrijf@evolution-events.nl>
+Subject: Influence {{ influence }} was changed.
+
+{% filter lower|wordwrap:72 %}
+You have submitted an influence on {{influence.created}}.
+{% if not created %}The influence has been modified. The current status is:{% else %}You submitted:{% endif %}
+{% endfilter %}
+Character:       {{ influence.character }}
+Contact:         {{ influence.contact }}
+Summary:         {{ influence.summary }}
+Status:          {{ influence.get_status_display }}
+Long term:       {{ influence.longterm }}
+
+Description:
+{{ influence.description }}
+
+{% if influence.result %}
+Result:
+{{ influence.result }}
+{% endif %}
+{% endautoescape %}