X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/funding/templates/funding/includes/offer_status_more.html diff --git a/apps/funding/templates/funding/includes/offer_status_more.html b/apps/funding/templates/funding/includes/offer_status_more.html deleted file mode 100644 index c94c9a801..000000000 --- a/apps/funding/templates/funding/includes/offer_status_more.html +++ /dev/null @@ -1,26 +0,0 @@ -{% load i18n %} - -{% if offer.is_current %} -

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

-{% else %} -

{% 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 %} - {% else %} - {% if offer.redakcja_url %} - {% blocktrans with r=offer.redakcja_url %}You can follow - the work on the Editorial Platform.{% endblocktrans %} - {% endif %} - {% endif %} -

- {% endif %} - - {% if offer.remaining %} -

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

- {% endif %} -{% endif %}