{% extends 'base.html' %} {% block content %}
Current balance in your account
Bank: {{ account.bank_name }}
{% endif %} {% if account.holder_name %}Account Holder: {{ account.holder_name }}
{% endif %} {% if account.account_number %}Account Number: {{ account.account_number }}
{% endif %} {% if account.ifsc_swift %}IFSC/SWIFT: {{ account.ifsc_swift }}
{% endif %} {% if account.payment_instructions %}{{ account.payment_instructions }}
No online payment methods available at the moment.
{% endif %}| Date & Time | Payment Method | Amount | Reference ID | Status | Admin Notes | Actions |
|---|---|---|---|---|---|---|
|
{{ payment.date|date_format }}
{{ payment.created_at.strftime('%H:%M') }}
|
{{ payment.account.name }}
{% if payment.account.bank_name %}
{{ payment.account.bank_name }} {% endif %} |
{{ payment.amount|currency }} |
{{ payment.reference_id }}
|
{% if payment.status == 'pending' %} ⏳ Pending {% elif payment.status == 'approved' %} ✅ Approved {% elif payment.status == 'rejected' %} ❌ Rejected {% endif %} |
{% if payment.admin_notes %}
{{ payment.admin_notes }}
{% else %}
-
{% endif %}
|
{% if payment.screenshot_path %} {% else %} No proof {% endif %} |
No payment submissions yet
Your payment history will appear here once you submit payment proofs