{% extends "templates/base.html" %} {% block main %}

Donation Receipt

Thank you, {{ donation_donor }}, for donating {{ donation_amount }} to {{ donation_receiver }}.

Please keep the order identifier {{ order_id }} as a receipt for your donation. You can show other people that you donated by sharing this link with them.

You can always make another donation

{% endblock main %}