X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/65d6c08f9187d565fe4b9bfa95ca32f7509429b1..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 bf21f3d27..05e2d7b85 100644 --- a/src/funding/templates/funding/offer_detail.html +++ b/src/funding/templates/funding/offer_detail.html @@ -1,11 +1,11 @@ {% extends "base/base.html" %} -{% load url from future %} {% load i18n static %} {% load pagination_tags %} {% 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 %} @@ -18,7 +18,7 @@ {% block body %}

{{ object }}

- {% ssi_include 'funding_detail_bar' pk=object.pk %} + {{ object.detail_bar }}
{% if object.cover %} @@ -28,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 %} @@ -55,7 +49,13 @@ {% endif %} {% endfor %} - + + + + +
{{ form.data_processing }} + + @@ -68,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." %}

@@ -79,6 +87,6 @@

{% trans "Supporters" %}:

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