X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ef03d00cada0de76d1e97aa362237923243bb71e..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/funding/templates/funding/offer_list.html?ds=sidebyside diff --git a/src/funding/templates/funding/offer_list.html b/src/funding/templates/funding/offer_list.html index 055e1cea2..3e0474721 100644 --- a/src/funding/templates/funding/offer_list.html +++ b/src/funding/templates/funding/offer_list.html @@ -1,6 +1,5 @@ {% extends "base/base.html" %} {% load i18n %} -{% load ssi_include from ssify %} {% load pagination_tags %} {% block titleextra %}{% trans "All fundraisers" %}{% endblock %} @@ -22,15 +21,15 @@

{% trans "Previous fundraisers:" %}

{% endif %} - {% ssi_include 'funding_list_bar' pk=offer.pk %} + {{ offer.list_bar }}
{% if is_current %}

{% trans "Help free the book!" %}

{{ offer.description|safe }} {% endif %} - {% ssi_include 'funding_status' pk=offer.pk %} - {% ssi_include 'funding_status_more' pk=offer.pk %} + {{ offer.status }} + {{ offer.status_more }}
{% if is_current and not forloop.last %}