{% extends "wagtaildonate/base_donate.html" %} {% load wagtailcore_tags static %} {% block extra_css %} {{ block.super }} {% endblock %} {% block donate_content %}
{# Logo #} {# Main heading #}

Thank you

{# Strapline #} {% if thank_you_data.thank_you_strapline %}
{{ thank_you_data.thank_you_strapline|linebreaks }}
{% endif %}
{# Donation information #}

Donation details

Donor: {{ donation_name }}

Donation amount: £{{ donation_amount }}

{% if gift_aid_declaration %}

You have opted in to Gift Aid. Your donation amount is increased by 25%.

{% endif %} {% if in_memory_of %}

Donation in memory of: {{ in_memory_of }}

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