{% load static %}

Hello {{ values.name }},

Here is a receipt containing the payment details of your purchase.

Pharmacy Receipt

Payment Receipt

Title Details
Patient Name {{ values.name }}
Email {{ values.email }}
Username {{ values.username }}
Phone number {{ values.phone_number }}
Transaction ID {{ values.tran_id }}
Bank Transaction ID {{ values.bank_transaction_id }}
Transaction Date {{ values.transaction_date }}
Amount {{ values.currency_amount }}
Card Type {{ values.card_type }}
Card Issuer {{ values.card_issuer }}

Items Bought

{% for i in values.order_cart %} {% endfor %}
Title Details
Item {{ i }}

Thank you for your purchase.

Feel free to contact us for any inquiries.

Regards,

Admin