{% load email_filters %} {% load perm_tags %} {% trans "Directory Add Notice" %}

{% if request.user.is_superuser %}{% blocktrans with request.user.get_full_name as requser %}The following directory was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Directories module by {{ requser }}{% endblocktrans %} (administrator).{% else %} {% blocktrans with request.user.get_full_name as requser %}The following directory was added to the {{ SITE_GLOBAL_SITEDISPLAYNAME }} Directories module by {{ requser }} and needs to be activated.{% 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" %}