{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Thank you" %}{% endblock %} {% block main %} {{ object.campaign.thank_you_text_html|safe }}

{% blocktrans with object.amount as amount and object.campaign as campaign and object.transaction as transaction %}We just got confirmed that your donation of {{ amount }} to our campaign "{{ campaign }}" was verified and captured. The transaction reference was {{ transaction }}.{% endblocktrans %}

{{ object.campaign.name }}

{{ object.campaign.description }}

{% endblock %}