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

{% trans "Thank you!" %}

{% trans "Thank you for your support!" %} {% url 'funding_current' as current %}

{% trans "Go back to the current fundraiser." %}

{% url 'funding_current' as current %}

{% share current 'y' %}

{% endblock %}