X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2a8b16aa45fb2b17f92068016ec72f93ccdef776..bb22d24ba0e3d3681f78e9cadb1502dbc2ebdc1c:/apps/funding/templates/funding/tags/offer_status_more.html diff --git a/apps/funding/templates/funding/tags/offer_status_more.html b/apps/funding/templates/funding/tags/offer_status_more.html index 6291e9fb4..5c6efb1ee 100755 --- a/apps/funding/templates/funding/tags/offer_status_more.html +++ b/apps/funding/templates/funding/tags/offer_status_more.html @@ -1,13 +1,13 @@ {% load i18n %} {% if offer.is_current %} -

+

{% include "funding/snippets/any_remaining.html" %}

{% else %} -

{{ offer.start }} – {{ offer.end }}

+

{% trans "Fundraiser span" %}: {{ 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 %} @@ -23,6 +23,6 @@ {% endif %} {% if offer.remaining %} -

{% include "funding/snippets/any_remaining.html" %}

+

{% include "funding/snippets/any_remaining.html" %}

{% endif %} {% endif %}