{% load i18n %} {% load email_filters %} {% load perm_tags %}
{% if request.user.is_superuser %}{% blocktrans with request.user.get_full_name as requser %}The following directory on your site {{ SITE_GLOBAL_SITEDISPLAYNAME }} was renewed by {{ requser }}{% endblocktrans %} (superuser).{% else %} {% blocktrans with request.user.get_full_name as requser %}The following directory on your site {{ SITE_GLOBAL_SITEDISPLAYNAME }} was renewed by {{ requser }}.{% endblocktrans %}{% endif %}
{% trans "Headline:" %} | {{ object.headline }} | |
{% trans "Body:" %} | {{ object.body|relative_to_absolute_urls|safe }} |
{% blocktrans %}
To view the details of this directory, go to:{% endblocktrans %}
{{ SITE_GLOBAL_SITEURL }}{{ object.get_absolute_url }}
{% if object.status_detail != 'active' %}
{% blocktrans %}To activate this directory, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{% url directory.approve object.id %}
{% endif %}{% trans "Time submitted:" %} {% now "D d M Y P" %}