{% extends "base.html" %} {% load i18n %} {% load fnp_share %} {% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} {% block body %}

{% trans "Thank you!" %}

{% trans "Thank you for your support!" %} {% if offer.is_win %}

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

{% blocktrans with due=offer.due end=offer.end %}The fundraiser ends on {{ end }}. The book will be published by {{ due }}.{% endblocktrans %}

{% else %}

{% blocktrans with b=offer.title due=offer.due end=offer.end %}Your donation will be spent on publishing the book {{ b }} if the full amount is raised by {{ end }}. The book will then be published by {{ due }}.{% 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" %}

{% endblock %}