{% load i18n %} "http://www.w3.org/TR/html4/loose.dtd">
{% blocktrans %}A record has been deleted from the {{ SITE_GLOBAL_SITEDISPLAYNAME }} module{% endblocktrans %} {% firstof MODULE_RESUMES_LABEL 'Resumes' %}. {% blocktrans %}The details are given below:{% endblocktrans %}
{% trans "Title:" %} | {{ object.title }} | |
{% trans "Deleted by:" %} | {{ request.user.get_full_name }} |
{% trans "Time submitted:" %} {% now "D d M Y P" %}