{% extends "base/base.html" %} {% load i18n %} {% load fnp_share %} {% load polls_tags %} {% block titleextra %}{% trans "Thank you for your support!" %}{% endblock %} {% block body %}
{% 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." %}