2ded0bd9d821b7e80ec64b6800542ae3818f3581
[wolnelektury.git] / src / 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 {% blocktrans %}We will contact you about details needed for your perks.{% endblocktrans %}
11 {% endif %}{# funding.perks.exists #}
12 {% blocktrans %}We will keep you informed about status changes to this fundraiser
13 and the upcoming ones that we plan to launch.{% endblocktrans %}
14 {% endblock %}