{% load static %}

Hello {{ values.name }},

Here is a receipt containing the payment details of your appointment for Doctor {{ values.doctor_name }}

Appointment Payment Receipt

Title Details
Patient Name {{ values.name }}
Email {{ values.email }}
Username {{ values.username }}
Phone number {{ values.phone_number }}
Doctor Name {{ values.doctor_name }}
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 }}

Feel free to contact us for any inquiries.

Sincerely,

Admin