|
Invoice #: {{ application.tran_id }}
Created: {{ application.tran_date|date:"F j, Y, g:i a" }}
Currency: {{ application.currency }}
|
|
Motaleb Academy Career Club
Dhaka - 1230
Bangladesh
|
{{ user.get_full_name }}
{{ user.email }}
|
|
| Payment Method |
Payment Status |
| Bkash |
{% if application.is_approved %}
Completed
{% else %}
Pending
{% endif %}
|
| Membership Type |
Price |
| {{ application.get_application_type_display }} |
{{ application.amount }} {{ application.currency }} |
|
Total: {{ application.amount }} {{ application.currency }} |