]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/notifications/base_text.html
More polished PAI for module html injection and added a couple more places to inject...
[osqa.git] / forum / skins / default / templates / notifications / base_text.html
1 {% load extra_filters extra_tags i18n email_tags %}
2
3 {% declare %}
4     postal_address = "DZone, Inc. 140 Preston Executive Drive, Cary NC 27513, USA"
5 {% enddeclare %}
6 {% if not exclude_greeting %}
7 {% trans "Hello" %} {{ recipient.username }},
8 {% endif %}
9
10 {% block content %}{% endblock%}
11
12 {% trans "Thanks" %},
13 {{settings.APP_SHORT_NAME}}
14
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 %}
18 {% endif %}
19
20 {{ postal_address }}