{% extends "emails/expat_life/base_expat_email.html" %} {% block email_title %}Payment Confirmation{% endblock %} {% block brand_title %}Payment Confirmation{% endblock %} {% block brand_subtitle %} Your Live in Sri Lanka payment has been recorded successfully {% endblock %} {% block email_content %}

Hello {{ guest_name|default:user.get_username }},

Thank you. We have successfully recorded your payment for your Live in Sri Lanka Guest account.

Transaction No: #{{ payment_transaction.id }}
Payment Method: {{ payment_transaction.get_payment_method_display }}
Status: {{ payment_transaction.get_status_display }}
{% if payment_transaction.paid_at %} Paid Date: {{ payment_transaction.paid_at|date:"M d, Y H:i" }}
{% endif %}

Payment Summary

Total Selected Amount: ${{ payment_transaction.total_amount_usd }}
Wallet Used: ${{ payment_transaction.wallet_deduction_usd }}
Gateway Paid: ${{ payment_transaction.gateway_amount_usd }}
{% if payment_transaction.gateway_transaction_id %} Gateway Reference: {{ payment_transaction.gateway_transaction_id }}
{% endif %}

Paid Items

{% for item in items %} {% empty %} {% endfor %}
Item Amount
{{ item.payable_item.title }} ${{ item.amount_usd }}
No payment items found.

Please keep this email as your payment confirmation. If you contact support, please mention your transaction number: #{{ payment_transaction.id }}.

{% if payment_center_url %}

View My Payment Center

{% endif %} {% if dashboard_url %}

Go to My Guest Dashboard

{% endif %}
Important:
This email confirms that your payment has been recorded in our system. If you believe any payment detail is incorrect, please contact our support team.

Thank you,
Live in Sri Lanka Team

{% endblock %}