1 {% load extra_filters extra_tags i18n email_tags %}
4 postal_address = "DZone, Inc. 140 Preston Executive Drive, Cary NC 27513, USA"
6 {% if not exclude_greeting %}
7 {% trans "Hello" %} {{ recipient.username }},
10 {% block content %}{% endblock%}
13 {{settings.APP_SHORT_NAME}}
15 {% if not exclude_finetune %}
16 {% trans "P.S. You can always fine-tune which notifications you receive here:" %}
17 {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id,slug=recipient.username|slugify %}