{% load i18n %}
{% 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 %} |
{% trans "Time submitted:" %} {% now "D d M Y P" %}