{% include "header.html" %} {% load static %}
Crack.Every.Test@gmail.com
+91 79770 41874
2/26 Mahavir Kunj, Garodia Nagar, Ghatkopar (E), Mumbai-89.
Order Date : {{order.created_at}}
transaction Id : {{order.transaction_id}}
Payment Method : {{order.payment_method}}
Mobile No: {{order.student.mobile}}
{{order.address}}
{{order.landmark}}
{{order.city}}
{{order.state}} {{order.pincode}}
Course Name | Course Includes | Course Price |
---|---|---|
{{order.course.course_name}}
|
{% for ocourses in ocourse %}
{% if ocourses.area_mocks != 0 %}
Area
Mock
{% endif %}
{% if ocourses.sectional_mocks != 0 %}
Sectional
Pack
{% endif %}
{% if ocourses.mini_mocks != 0 %}
Mini Mock
{% endif %}
{% if ocourses.full_mocks != 0 %}
Full Mock
{% endif %}
{% if ocourses.lectures != 0 %}
Lectures
{% endif %}
{% if ocourses.books != 0 %}
Books
{% endif %}
|
{{order.subtotal}}
|
Sub-Total :
{% if order.coupon_code %}Coupon code :
Discount :
{% endif %}Tax :
Total :
{{order.subtotal}}
{% if order.coupon_code %}{{order.coupon_code}}
{{order.coupon_discount}}
{% endif %}{{order.tax_price}}
{{order.order_price}}