X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ef03d00cada0de76d1e97aa362237923243bb71e..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/funding/templates/funding/offer_detail.html diff --git a/src/funding/templates/funding/offer_detail.html b/src/funding/templates/funding/offer_detail.html index 96a65d670..05e2d7b85 100644 --- a/src/funding/templates/funding/offer_detail.html +++ b/src/funding/templates/funding/offer_detail.html @@ -4,7 +4,8 @@ {% load fnp_share %} {% load thumbnail %} {% load build_absolute_uri from fnp_common %} -{% load ssi_include from ssify %} +{% load fundings from funding_tags %} +{% load chunks %} {% block titleextra %}{{ object }}{% endblock %} @@ -17,7 +18,7 @@ {% block body %}

{{ object }}

- {% ssi_include 'funding_detail_bar' pk=object.pk %} + {{ object.detail_bar }}
{% if object.cover %} @@ -27,13 +28,7 @@

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

{{ object.description|safe }} - {% ssi_include 'funding_status' pk=object.pk %} - 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
- {% ssi_include 'funding_status_more' pk=object.pk %} -

{% trans "Learn more" %}.

- -
{% if object.is_current %} @@ -73,9 +68,17 @@
+ {% chunk "funding_form_bottom" %} + + {{ object.status }} + 1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
+ {{ object.status_more }} +

{% trans "Learn more" %}.

+ {% url 'funding_current' object.slug as current %}

{% trans "Tell your friends!" %}

{% share current _("Support Wolne Lektury!") "big" %}

+
{% endif %}

{% trans "See all fundraisers." %}

@@ -84,6 +87,6 @@

{% trans "Supporters" %}:

- {% ssi_include 'funding_fundings' pk=object.pk page=page %} + {% fundings object %}
{% endblock %}