X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/includes/offer_status_more.html?ds=sidebyside diff --git a/src/funding/templates/funding/includes/offer_status_more.html b/src/funding/templates/funding/includes/offer_status_more.html index cca6423b2..d7976a4af 100644 --- a/src/funding/templates/funding/includes/offer_status_more.html +++ b/src/funding/templates/funding/includes/offer_status_more.html @@ -5,16 +5,18 @@ {% include "funding/snippets/any_remaining.html" %}

{% else %} -

{% trans "Fundraiser span" %}: {{ offer.start }} – {{ offer.end }}

+

{% trans "Termin zbiórki" %}: {{ offer.start }} – {{ offer.end }}

{% if offer.is_win %}

{% if offer.book %} - {% blocktrans with bu=offer.book.get_absolute_url bt=offer.book %}The book - {{ bt }} has been already published.{% endblocktrans %} + {% 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 with r=offer.redakcja_url %}You can follow - the work on the Editorial Platform.{% endblocktrans %} + {% blocktrans trimmed with r=offer.redakcja_url %} + Możesz śledzić prace na Platformie Redakcyjnej. + {% endblocktrans %} {% endif %} {% endif %}