3 {% if offer.is_current %}
5 {% include "funding/snippets/any_remaining.html" %}
8 <p class="date">{% trans "Fundraiser span" %}: {{ offer.start }} – {{ offer.end }}</p>
12 {% blocktrans with bu=offer.book.get_absolute_url bt=offer.book %}The book
13 <a href="{{ bu }}">{{ bt }}</a> has been already published.{% endblocktrans %}
15 {% if offer.redakcja_url %}
16 {% blocktrans with r=offer.redakcja_url %}You can follow
17 the work on the <a href="{{ r }}">Editorial Platform</a>.{% endblocktrans %}
23 {% if offer.remaining %}
24 <p>{% include "funding/snippets/any_remaining.html" %}</p>