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

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

  {% trans "Title:" %} {{ object.title }}
  {% blocktrans with request.user.get_full_name as requser %}Deleted by: {{ requser }}{% endblocktrans %}
{% blocktrans %}If you would like view all recently deleted jobs, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url event_log.search %}?q=253000

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