* Update translations.
[matthijs/projects/xerxes.git] / templates / influences / email / influence_changed
1 {% load i18n%}{% autoescape off %}From: Inschrijfsysteem <inschrijf@evolution-events.nl>
2 Subject: {% if created %}{% blocktrans %}Influence "{{ influence }}" submitted.{% endblocktrans %}{% else %}{% blocktrans %}Influence "{{ influence }}" was changed.{% endblocktrans %}{% endif%}
3
4 {% filter wordwrap:72 %}
5 {% blocktrans with influence.created as creation_date %}You have submitted an influence on {{ creation_date }}.{% endblocktrans %}
6 {% if not created %}{% blocktrans %}The influence has been modified. The current status is{%endblocktrans %}:{% else %}{% blocktrans %}You submitted{% endblocktrans%}:{% endif %}
7 {% endfilter %}
8 {% filter ljust:20%}{% trans "Character" %}:{%endfilter%}{{ influence.character }}
9 {% filter ljust:20%}{% trans "Contact" %}:{%endfilter%}{{ influence.contact }}
10 {% filter ljust:20%}{% trans "Summary" %}:{%endfilter%}{{ influence.summary }}
11 {% filter ljust:20%}{% trans "Status" %}:{%endfilter%}{{ influence.get_status_display }}
12 {% filter ljust:20%}{% trans "Long term" %}:{%endfilter%}{{ influence.longterm|yesno|capfirst }}
13 {% trans "Description" %}:
14 {% filter wordwrap:72 %}{{ influence.description }}{% endfilter %}
15 {% if influence.result %}
16 {% trans "Result" %}:
17 {% filter wordwrap:72 %}{{ influence.result }}{% endfilter %}
18 {% endif %}{% endautoescape %}