{% extends "wagtaildonate/base_donate.html" %} {% load wagtailcore_tags static %} {% block extra_css %} {{ block.super }} {% endblock %} {% block donate_content %}
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 %}