{% autoescape off %}From: Inschrijfsysteem Subject: {% if created %}Influence "{{ influence }}" submitted.{% else %}Influence "{{ influence }}" was changed.{% endif%} {% filter 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|yesno|capfirst }} Description: {% filter wordwrap:72 %}{{ influence.description }}{% endfilter %} {% if influence.result %} Result: {{ influence.result }} {% endif %} {% endautoescape %}