{% load i18n %} {% if offer.is_current %}
{% include "funding/snippets/any_remaining.html" %}
{% else %}{% trans "Termin zbiórki" %}: {{ offer.start }} – {{ offer.end }}
{% if offer.is_win %}{% if offer.book %} {% blocktrans trimmed with bu=offer.book.get_absolute_url bt=offer.book %} Książka {{ bt }} została już opublikowana. {% endblocktrans %} {% else %} {% if offer.redakcja_url %} {% blocktrans trimmed with r=offer.redakcja_url %} Możesz śledzić prace na Platformie Redakcyjnej. {% endblocktrans %} {% endif %} {% endif %}
{% endif %} {% if offer.remaining %}{% include "funding/snippets/any_remaining.html" %}
{% endif %} {% endif %}