{% 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:" %} {% blocktrans with headline=directory.headline %}{{ headline }}{% endblocktrans %}
  {% trans "Body:" %} {% blocktrans with body=directory.body|relative_to_absolute_urls|safe %}{{ body }}{% endblocktrans %}

{% 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 }}