msgid "The influence has been modified. The current status is"
msgstr "De invloed is veranderd. De status is nu"
+#: templates/influences/email/influence_changed.html:46
+#: templates/influences/email/influence_comment_added.html:26
+msgid "View the influence and comments here:"
+msgstr "Bekijk de invloed en het commentaar hier:"
+
#: templates/influences/email/influence_comment_added.html:6
#, python-format
msgid "Comment added to influence \"%(influence)s\"."
{% load gapless %}{% gapless %}
{% load i18n %}
+{% load uri %}
{% autoescape off %}
From: Xerxes (Evolution Events)<xerxes@evolution-events.nl>
X-Mailer: Xerxes
\\
{{comment.comment}}
{% endfilter %}
+\\
+\\
+{# This is ugly and hardcoded, but we don't have access to the request #}
+{# when notifying currently, so this should do for now. #}
+{% trans "View the influence and comments here:" %}
+http://xerxes.evolution-events.nl{{ influence.get_absolute_url }}
{% endautoescape %}
{% endgapless %}