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

{% blocktrans %}A record has been deleted from the {{ SITE_GLOBAL_SITEDISPLAYNAME }} module{% endblocktrans %}{% firstof MODULE_ARTICLES_LABEL 'Articles' %}. {% trans "The details are given below:" %}

  {% trans "Headline:" %} {{ object.headline }}
  {% blocktrans with request.user.get_full_name as requser %}Deleted by: {{ requser }}{% endblocktrans %}

{% trans "If you would like view all recently deleted articles, go to:" %} {{ SITE_GLOBAL_SITEURL }}{% url event_log.search %}?q=433000

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