{% blocktrans with request.user.get_full_name as author %}The following article was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Articles module by {{ author }}{% endblocktrans %}. {% if request.user.is_superuser %}(superuser){% else %} {% trans "It needs to be activated" %}{% endif %}:

  {% trans 'Headline:' %} {% blocktrans with headline=object.headline %}{{ headline }}{% endblocktrans %}
  {% trans 'Source:' %} {{ object.source }}

{% trans 'To view the details of this article, go to:' %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% if not request.user.is_superuser %}

{% trans 'To activate this article, go to:' %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% endif %}

{% trans 'Time submitted:' %} {% now "D d M Y P" %}