{% blocktrans %}A record has been deleted from the {{ SITE_GLOBAL_SITEDISPLAYNAME }} module{% endblocktrans %} {% firstof MODULE_PAGES_LABEL 'Pages' %}. {% blocktrans %}The details are given below:{% endblocktrans %}

  {% trans "Title:" %} {% blocktrans with t=object.title %}{{ t }}{% endblocktrans %}
  {% blocktrans with request.user.get_full_name as requser %}Deleted by: {{ requser }}{% endblocktrans %}

{% blocktrans %}If you would like view all recently deleted pages, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url "event_log.search" %}?q=583000

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