1 {% load extra_filters extra_tags i18n email_tags %}
3 {% if not exclude_greeting %}
4 {% trans "Hello" %} {{ recipient.username }},
7 {% block content %}{% endblock%}
10 {{settings.APP_SHORT_NAME}}
12 {% if not exclude_finetune %}
13 {% trans "P.S. You can always fine-tune which notifications you receive here:" %}
14 {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id,slug=recipient.username|slugify %}
17 {{ settings.EMAIL_FOOTER_TEXT }}