X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=templates%2Finfluences%2Femail%2Finfluence_changed.html;h=197aef508cb41e148c8c001e5a806d9d01b94083;hb=86b65f4079fac913522a51968bd0ef73c903427a;hp=09e073e325bcd771376458f7ed7ba910d9898f65;hpb=371c0f788a1c64d3071f2ce6a924ae6f3fce3d97;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/templates/influences/email/influence_changed.html b/templates/influences/email/influence_changed.html index 09e073e..197aef5 100644 --- a/templates/influences/email/influence_changed.html +++ b/templates/influences/email/influence_changed.html @@ -1,7 +1,8 @@ {% load gapless %}{% gapless %} {% load i18n %} {% autoescape off %} -From: Inschrijfsysteem +From: Xerxes (Evolution Events) +X-Mailer: Xerxes {% if created %} Subject: {% blocktrans %}Influence "{{ influence }}" submitted.{% endblocktrans %} {% else %} @@ -27,7 +28,9 @@ You have submitted an influence on {{ creation_date }}. {% filter ljust:20%}{% trans "Contact" %}:{%endfilter%}{{ influence.contact }} {% 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 }} @@ -38,5 +41,9 @@ You have submitted an influence on {{ creation_date }}. {{ influence.result }} {% endfilter %} {% endif %} +\\ +\\ +{% trans "View the influence and comments here:" %} +http://xerxes.evolution-events.nl{{ influence.get_absolute_url }} {% endautoescape %} {% endgapless %}