X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/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 new file mode 100644 index 000000000..70930c400 --- /dev/null +++ b/src/funding/templates/funding/offer_detail.html @@ -0,0 +1,77 @@ +{% extends "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 %} + + +{% block titleextra %}{{ object }}{% endblock %} + +{% block ogimage %}{{ object.cover.url|build_absolute_uri:request }}{% endblock %} + +{% block metadescription %}Wesprzyj kolejną publikację Wolnych Lektur!{% endblock %} + + +{% block body %} + +

{{ object }}

+ +{% ssi_include 'funding_detail_bar' pk=object.pk %} +
+
+ {% if object.cover %} + Cover + {% endif %} +
+

{% 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 %} +
+

{% trans "Support the publication" %}

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

{% trans "Tell your friends!" %}

+

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

+ {% endif %} + +

{% trans "See all fundraisers." %}

+ +
+ + +

{% trans "Supporters" %}:

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