]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/notifications/base_text.html
notifications improvement, now we make sure that the username has passed through...
[osqa.git] / forum / skins / default / templates / notifications / base_text.html
1 {% load extra_filters extra_tags i18n email_tags %}
2
3 {% if not exclude_greeting %}
4 {% trans "Hello" %} {{ recipient.username }},
5 {% endif %}
6
7 {% block content %}{% endblock%}
8
9 {% trans "Thanks" %},
10 {{settings.APP_SHORT_NAME}}
11
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 %}
15 {% endif %}
16
17 {{ settings.EMAIL_FOOTER_TEXT }}