3 {% if offer.is_current %}
 
   6       {% blocktrans with end=offer.end %}The fundraiser
 
   7       ends on {{ end }}. The full amount has been successfully
 
   8       raised, but you can still contribute and help liberate
 
   9       more books.{% endblocktrans %}
 
  13     <strong>{% blocktrans with target=offer.target|floatformat:-2 %}We need {{target}} zł to digitize it,
 
  14     compile it and publish for free in multiple formats.{% endblocktrans %}</strong>
 
  17     {% blocktrans with end=offer.end %}If we raise enough money before {{end}} we will
 
  18     publish it and make it available for everyone.{% endblocktrans %}
 
  24       {% trans "Full amount was successfully raised!" %}
 
  28       {% trans "The amount needed was not raised." %}