]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/notifications/base_text.html
8d31c302f484b9e8df41603889dfb32f2bb215c1
[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
7 {% trans "Hello" %} {{ recipient.username }},
8
9 {% block content %}
10 {% endblock%}       
11
12 {% trans "Thanks" %},
13 {{settings.APP_SHORT_NAME}}
14
15 {% trans "P.S. You can always fine-tune which notifications you receive here:" %}
16 {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %}
17
18 {{ postal_address }}