{% load i18n %} {% load email_filters %} {% load perm_tags %} {% trans "Directory Eligible for Renewal" %}

{% blocktrans %}Your directory listing on {{ SITE_GLOBAL_SITEDISPLAYNAME }} is eligible for renewal. It will expire on {{ directory.expiration_dt }}.{% endblocktrans %}

  {% trans "Headline:" %} {{ directory.headline }}
  {% trans "Body:" %} {{ directory.body|relative_to_absolute_urls|safe }}

{% blocktrans %} To view the details of this directory, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ directory.get_absolute_url }}
{% blocktrans %} To renew this directory, go to:{% endblocktrans %} {{ SITE_GLOBAL_SITEURL }}{{ directory.get_renew_url }}