Add a "new comment" email template.
authorMatthijs Kooijman <matthijs@stdin.nl>
Tue, 4 Nov 2008 10:54:28 +0000 (11:54 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 4 Nov 2008 10:54:28 +0000 (11:54 +0100)
templates/influences/email/influence_comment_added.html [new file with mode: 0644]

diff --git a/templates/influences/email/influence_comment_added.html b/templates/influences/email/influence_comment_added.html
new file mode 100644 (file)
index 0000000..7ebe70c
--- /dev/null
@@ -0,0 +1,22 @@
+{% 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 %}