3 {% if offer.is_current %}
6 {% blocktrans with due=offer.due end=offer.end %}The fundraiser
7 ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}
11 <strong>{% blocktrans with target=offer.target|floatformat %}W need {{target}} zł to digitize it,
12 compile it and publish for free in multiple formats.{% endblocktrans %}</strong>
15 {% blocktrans with end=offer.end %}If we raise enought money before {{end}} we will
16 publish it and make it available for everyone.{% endblocktrans %}
22 {% trans "Full amount was successfully raised!" %}
26 {% trans "The amount needed was not raised." %}