X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d69fc5f16ed739c02685e7d695abf6de59c2bf5e..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/funding/templates/funding/includes/offer_status.html diff --git a/apps/funding/templates/funding/includes/offer_status.html b/apps/funding/templates/funding/includes/offer_status.html deleted file mode 100644 index 5828ce41c..000000000 --- a/apps/funding/templates/funding/includes/offer_status.html +++ /dev/null @@ -1,31 +0,0 @@ -{% load i18n %} - -{% if offer.is_current %} - {% if offer.is_win %} -

- {% blocktrans with end=offer.end %}The fundraiser - ends on {{ end }}. The full amount has been successfully - raised, but you can still contribute and help liberate - more books.{% endblocktrans %} -

- {% else %} -

- {% blocktrans with target=offer.target|floatformat %}W need {{target}} zł to digitize it, - compile it and publish for free in multiple formats.{% endblocktrans %} -

-

- {% blocktrans with end=offer.end %}If we raise enought money before {{end}} we will - publish it and make it available for everyone.{% endblocktrans %} -

- {% endif %} -{% else %} - {% if offer.is_win %} -

- {% trans "Full amount was successfully raised!" %} -

- {% else %} -

- {% trans "The amount needed was not raised." %} -

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