{% extends "wagtaildonate/base_donate.html" %} {% load wagtailcore_tags %} {% block donate_content %}

Thank you

{% if thank_you_data.thank_you_strapline %} {{ thank_you_data.thank_you_strapline|linebreaks }} {% endif %}

Fundraising details

Fundraiser: {{ donation_name }}

Amount raised: £{{ donation_amount }}

{% if in_memory_of %}

Raised in memory of: {{ in_memory_of }}

{% endif %}
{% include_block thank_you_data.thank_you_page_content %} {% endblock %}