{% load i18n %}

{{ user.username }},

The following article has been edited:

{% trans "Headline: {{ object.headline }}" %}
{% trans "To view this article go to:" %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% trans "Thanks!" %}