{% load i18n %} {% load perm_tags %} {% trans "News Add Notice" %}

{% if request.user.is_superuser %}{% blocktrans %}The following news was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} module {% endblocktrans %}{% firstof MODULE_NEWS_LABEL 'News' %} {% blocktrans with request.user.get_full_name as requser %} by {{ requser }}(administrator){% endblocktrans %} {% else %}{% blocktrans %}The following news was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} module {% endblocktrans %}{% firstof MODULE_NEWS_LABEL 'News' %} {% blocktrans with request.user.get_full_name as requser %} by {{ requser }} and needs to be activated{% endblocktrans %}{% endif %}:

  {% trans "Headline:" %} {{ object.headline }}
  {% trans "Source:" %} {{ object.source }}

{% blocktrans %}To view the details of this news, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% if object.status_detail != 'active' %}

{% blocktrans %}To activate this news, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}

{% endif %}

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