{% load i18n %} {% trans "Article Add Notice" %}

{% 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 %}:

  Headline: {{ object.headline }}
  Source: {{ object.source }}

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

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

{% endif %}

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