{% load gapless %}{% gapless %} {% load i18n %} {% load list %} {% autoescape off %} From: Xerxes (Evolution Events) X-Mailer: Xerxes {% if created %} Subject: {% blocktrans %}Influence "{{ influence }}" submitted.{% endblocktrans %} {% else %} Subject: {% blocktrans %}Influence "{{ influence }}" was changed.{% endblocktrans %} {% endif%} \\ {% if first_name %} {% blocktrans %}Hello {{ first_name }}{% endblocktrans %}, {% else %} {% trans "L.S." %}, {% endif %} \\ {% filter wordwrap:72 %} {% blocktrans with influence.created|date:"j F Y" as creation_date %} You are involved in this influence, submitted on {{ creation_date }}. {% endblocktrans %} {% if not created %} {% blocktrans %}The influence has been modified. The current status is{%endblocktrans %}:{% else %}{% blocktrans %}You submitted{% endblocktrans%}: {% endif %} {% endfilter %} \\ {% filter ljust:20%}{% trans "Iniator" %}:{%endfilter%}{{ influence.initiator }} {% if influence.involved %} {% filter ljust:20%}{% trans "Involved" %}:{%endfilter%}{{ influence.involved|natural_list }} {% endif %} {% filter ljust:20%}{% trans "Summary" %}:{%endfilter%}{{ influence.summary }} {% filter ljust:20%}{% trans "Status" %}:{%endfilter%}{{ influence.get_status_display }} {% if influence.longterm %} {% filter ljust:20%}{% trans "Long term" %}:{%endfilter%}{{ influence.longterm|yesno|capfirst }} {% endif %} {% trans "Description" %}: {% filter wordwrap:72 %} {{ influence.description }} {% endfilter %} {% if influence.result %} {% trans "Result" %}: {% filter wordwrap:72 %} {{ influence.result }} {% endfilter %} {% endif %} \\ \\ {% trans "View the influence and comments here:" %} http://xerxes.evolution-events.nl{{ influence.get_absolute_url }} {% endautoescape %} {% endgapless %}