Status update emails.
[wolnelektury.git] / apps / funding / templates / funding / email / thanks.txt
1 {% extends "funding/email/base.txt" %}
2 {% load i18n %}
3
4
5 {% block body %}
6 {% trans 'Thank you for your support - thanks to you we will set another book free.' %}{% if funding.name %}
7
8 {% trans 'The book will be supplemented with your name as a donor.' %}{% endif %} 
9 {% if funding.perks.exists %}
10 Skontaktujemy się z Tobą jeszcze w sprawie Twoich prezentów
11 ({% for perk in funding.perks.all %}{{ perk.name }}{% if not forloop.first %}, {% endif %}{% endfor %}).
12 {% endif %}{# funding.perks.exists #}
13
14 {% blocktrans %}We will contact you to keep you informed about
15 status changes to this fundraiser and the upcoming ones that we plan
16 to launch.{% endblocktrans %}
17 {% endblock %}