1 {% extends "funding/email/base.txt" %}
 
   6 {% trans 'Thank you for your support - thanks to you we will set another book free.' %}{% if funding.name %}
 
   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 #}
 
  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 %}