47537c129368b8f034bb23001162dfa0911f7ad5
[wolnelektury.git] / src / funding / templates / funding / email / near.txt
1 {% extends "funding/email/base.txt" %}
2 {% load i18n %}
3
4 {% block body %}
5 {% blocktrans count days as d %}there's only {{ d }} day left until the end of the fundraiser for:
6 {% plural %}There're only {{ d }} days left until the end of the fundraiser for:
7 {% endblocktrans %}
8   {{ offer.author }} – {{ offer.title }}
9
10 {% blocktrans with x=sum %}We managed to collect {{x}} PLN so far.{% endblocktrans %}
11 {% if is_win %}
12 {% blocktrans %}The fundraiser is a success already, but the more money
13 we collect, the more other books we'll publish.{% endblocktrans %}
14 {% else %}{% blocktrans with x=need %}We still need {{ x }} PLN more.{% endblocktrans %}
15 {% endif %}
16 {% trans "There's still time to let your friends know about the fundraiser!" %}
17 http://{{ site.domain }}{% url 'funding_current' %}
18 {% endblock %}