{% extends "base.html" %} {% load i18n %} {% load fnp_share %} {% load polls_tags %} {% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} {% block body %}
{% 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 %}Your donation will be spent on digitizing, compiling and publishing the book {{ b }} in multiple formats. We will contact you if you qualify for perks.{% 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." %}