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

  {% trans "Headline:" %} {% blocktrans with headline=object.headline %}{{ headline }}{% endblocktrans %}
  {% 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" %}