{% load extra_filters extra_tags i18n email_tags %} {% declare %} postal_address = "DZone, Inc. 140 Preston Executive Drive, Cary NC 27513, USA" {% enddeclare %} {% if not exclude_greeting %} {% trans "Hello" %} {{ recipient.username }}, {% endif %} {% block content %}{% endblock%} {% trans "Thanks" %}, {{settings.APP_SHORT_NAME}} {% if not exclude_finetune %} {% trans "P.S. You can always fine-tune which notifications you receive here:" %} {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %} {% endif %} {{ postal_address }}