1 {% extends "base.html" %}
6 {% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %}
10 <h1>{% trans "Thank you!" %}</h1>
11 <div class="white-box normal-text">
13 {% trans "Thank you for your support!" %}
16 <p>{% trans "Full amount was successfully raised!" %}</p>
18 <p>{% blocktrans with due=offer.due end=offer.end %}The fundraiser
19 ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}</p>
21 <p>{% blocktrans with b=offer.title due=offer.due end=offer.end %}Your
22 donation will be spent on publishing
23 the book {{ b }} if the full amount is raised by {{ end }}.
24 The book will then be published by {{ due }}.{% endblocktrans %}</p>
27 <p>{% include "funding/snippets/any_remaining.html" %}
29 <a href="{% url 'infopage' 'wesprzyj' %}">{% trans "Learn more" %}</a>.</p>
31 {% url 'funding_current' offer.slug as current %}
32 <p><a href="{{ current }}">{% trans "Go back to the current fundraiser." %}</a></p>
35 <h3>{% trans "Tell your friends!" %}</h3>
36 <p class="share">{% share current _("I support Wolne Lektury.") "big" %}</p>
39 <h3>{% trans "Vote for a book for the next fundraiser" %}</h3>