X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/funding/templates/funding/thanks.html?ds=sidebyside diff --git a/src/funding/templates/funding/thanks.html b/src/funding/templates/funding/thanks.html index 676ea487b..d130567d7 100644 --- a/src/funding/templates/funding/thanks.html +++ b/src/funding/templates/funding/thanks.html @@ -1,51 +1,48 @@ -{% extends "base.html" %} +{% extends "base_simple.html" %} {% load i18n %} {% load fnp_share %} {% load polls_tags %} -{% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} +{% block titleextra %}{% trans "Dziękujemy za Twoje wsparcie!" %}{% endblock %} {% block body %} - -

{% trans "Thank you!" %}

-
- -1%Możesz też przekazać
1% podatku na rozwój biblioteki. →
- -

{% trans "Thank you for your support!" %}

-

{% blocktrans %}We will contact you if you qualify for perks.{% endblocktrans %}

- -{% if offer.is_win %} -

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

- -

{% blocktrans with b=offer.title %}Your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats.{% endblocktrans %}

- -{% else %} - -

{% blocktrans with b=offer.title %}If the full amount needed is raised, - your donation will be spent on digitizing, compiling and - publishing the book {{ b }} in multiple formats.{% endblocktrans %}

- -{% endif %} - - -

{% include "funding/snippets/any_remaining.html" %} - -{% trans "Learn more" %}.

- -{% url 'funding_current' offer.slug as current %} -

{% trans "Go back to the current fundraiser." %}

- - -

{% trans "Tell your friends!" %}

-

{% share current _("I support Wolne Lektury.") "big" %}

- -{% if offer.poll %} -

{% trans "Vote for a book for the next fundraiser" %}

- {% poll offer.poll %} -{% endif %} -
- - +

{% trans "Dziękujemy!" %}

+
+ 1,5%{% blocktrans trimmed %} + Możesz też przekazać
1,5% podatku na rozwój biblioteki. + {% endblocktrans %} →
+ +

{% trans "Dziękujemy za Twoje wsparcie!" %}

+ + {% if offer.is_win %} +

{% trans "Udało się zebrać pełną kwotę!" %}

+

{% blocktrans trimmed with b=offer.title %} + Wpłacone przez Ciebie pieniądze przeznaczymy na digitalizację, opracowanie + i udostępnienie książki {{ b }} w bibliotece w wielu formatach. + {% endblocktrans %}

+ {% else %} +

{% blocktrans trimmed with b=offer.title %} + Jeśli uda się zebrać pełną kwotę, wpłacone przez Ciebie pieniądze + przeznaczymy na digitalizację, opracowanie i udostępnienie książki {{ b }} + w bibliotece w wielu formatach. + {% endblocktrans %}

+ {% endif %} + +

+ {% include "funding/snippets/any_remaining.html" %} + {% trans "Dowiedz się więcej" %}. +

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

{% trans "Wróć do aktualnej zbiórki." %}

+ + +

{% trans "Powiedz swoim znajomym!" %}

+

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

+ + {% if offer.poll %} +

{% trans "Pomóż wybrać następną książkę, na którą będziemy zbierać pieniądze" %}

+ {% poll offer.poll %} + {% endif %} +
{% endblock %}