]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/notifications/base_text.html
changed these files to use blocktrans instead.
[osqa.git] / forum / skins / default / templates / notifications / base_text.html
index ded1e973c36380c801fbc7da4c0d70cfc972e983..113e5fdf6535eba325254da26be2e49557b681cd 100644 (file)
@@ -3,16 +3,18 @@
 {% declare %}
     postal_address = "DZone, Inc. 140 Preston Executive Drive, Cary NC 27513, USA"
 {% enddeclare %}
-
+{% if not exclude_greeting %}
 {% trans "Hello" %} {{ recipient.username }},
+{% endif %}
 
-{% block content %}
-{% endblock%}       
+{% block content %}{% endblock%}
 
-Thanks,
+{% trans "Thanks" %},
 {{settings.APP_SHORT_NAME}}
 
-P.S. You can always fine-tune which notifications you receive here:
+{% if not exclude_finetune %}
+{% trans "P.S. You can always fine-tune which notifications you receive here:" %}
 {{ settings.APP_URL }}{% url user_subscriptions id=recipient.id %}
+{% endif %}
 
 {{ postal_address }}
\ No newline at end of file