X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/62d83af2cafb15b3940311cf305a30d489909d95..1e8106c22075bb70882feb849f716acc008d43f4:/apps/funding/templates/funding/thanks.html diff --git a/apps/funding/templates/funding/thanks.html b/apps/funding/templates/funding/thanks.html old mode 100755 new mode 100644 index f3ca19f6f..676ea487b --- a/apps/funding/templates/funding/thanks.html +++ b/apps/funding/templates/funding/thanks.html @@ -1,24 +1,50 @@ {% extends "base.html" %} {% load i18n %} {% load fnp_share %} +{% load polls_tags %} -{% block titleextra %}{% trans "Thank you!" %}{% endblock %} +{% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} {% block body %}

{% trans "Thank you!" %}

-{% trans "Thank you for your support!" %} +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!" %}

-{% url 'funding_current' as current %} +

{% 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." %}

-{% url 'funding_current' as current %} -

{% share current 'y' %}

+

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