X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/funding/templates/funding/email/near.txt diff --git a/apps/funding/templates/funding/email/near.txt b/apps/funding/templates/funding/email/near.txt deleted file mode 100755 index 47537c129..000000000 --- a/apps/funding/templates/funding/email/near.txt +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "funding/email/base.txt" %} -{% load i18n %} - -{% block body %} -{% blocktrans count days as d %}there's only {{ d }} day left until the end of the fundraiser for: -{% plural %}There're only {{ d }} days left until the end of the fundraiser for: -{% endblocktrans %} - {{ offer.author }} – {{ offer.title }} - -{% blocktrans with x=sum %}We managed to collect {{x}} PLN so far.{% endblocktrans %} -{% if is_win %} -{% blocktrans %}The fundraiser is a success already, but the more money -we collect, the more other books we'll publish.{% endblocktrans %} -{% else %}{% blocktrans with x=need %}We still need {{ x }} PLN more.{% endblocktrans %} -{% endif %} -{% trans "There's still time to let your friends know about the fundraiser!" %} -http://{{ site.domain }}{% url 'funding_current' %} -{% endblock %}