* Put some useful content in the character_changed template.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed.html
index 6aaa4321aa6362e2492f5cd9025b5148da2ac49e..09e073e325bcd771376458f7ed7ba910d9898f65 100644 (file)
@@ -1,4 +1,6 @@
-{% load i18n %}{% load gapless %}{% autoescape off %}{% gapless %}
+{% load gapless %}{% gapless %}
+{% load i18n %}
+{% autoescape off %}
 From: Inschrijfsysteem <inschrijf@evolution-events.nl>
 {% if created %}
 Subject: {% blocktrans %}Influence "{{ influence }}" submitted.{% endblocktrans %}
@@ -7,9 +9,7 @@ Subject: {% blocktrans %}Influence "{{ influence }}" was changed.{% endblocktran
 {% endif%}
 \\
 {% if recipients.0.first_name %}
-{% blocktrans with recipients.0.first_name as name %}
-Hello {{ name }},
-{% endblocktrans %}
+{% blocktrans with recipients.0.first_name as name %}Hello {{ name }}{% endblocktrans %},
 {% else %}
 {% trans "L.S." %},
 {% endif %}
@@ -29,9 +29,14 @@ You have submitted an influence on {{ creation_date }}.
 {% filter ljust:20%}{% trans "Status" %}:{%endfilter%}{{ influence.get_status_display }}
 {% filter ljust:20%}{% trans "Long term" %}:{%endfilter%}{{ influence.longterm|yesno|capfirst }}
 {% trans "Description" %}:
-{% filter wordwrap:72 %}{{ influence.description }}{% endfilter %}
+{% filter wordwrap:72 %}
+{{ influence.description }}
+{% endfilter %}
 {% if influence.result %}
 {% trans "Result" %}:
-{% filter wordwrap:72 %}{{ influence.result }}{% endfilter %}
+{% filter wordwrap:72 %}
+{{ influence.result }}
+{% endfilter %}
 {% endif %}
-{% endgapless %}{% endautoescape %}
+{% endautoescape %}
+{% endgapless %}