{% if pdt_obj.st == 'SUCCESS' %}

Transaction complete

Thank you for your payment

Please print this page for your records

Payer: {{ pdt_obj.first_name }} {{ pdt_obj.last_name }}
Payer Email: {{ pdt_obj.payer_email }}
Amount: {{ pdt_obj.mc_currency }} {{ pdt_obj.mc_gross }}
Reference: {{ pdt_obj.txn_id }}
{% else %}

Transaction Failed

Sorry transaction failed, please try a different form of payment

{% endif %}