{% load static %}

Order Details

  • Order ID: #{{ order_id }}
  • Order Price: ${{ order_price }}
  • Order Time: {{ order_time }}
  • Delivery Time: {{order_delivery_time }}
  • Pickup Time: {{order_pickup }}
  • Pickup Address: {{pickup_address}}
  • Destination Address: {{ destination_address}}
  • {% comment %}
  • Cargo Type: {{ cargo_type }}
  • {% endcomment %}
  • {% if is_full_truck == '1' %} Full Truck Load: Yes {% else %}Full Truck Load: No {% endif %}
  • {% if is_full_truck == '0' %}
  • Cargo Size: {{ cargo_size }} inches
  • Cargo Weight: {{ cargo_weight }} pound
  • {% endif %}
  • Shipper Name: {{ shipper_name }}
  • Shipper Email: {{ shipper_email }}
  • Shipper Phone No. : {{ shipper_phone }}
  • Driver Name: {{ driver_name }}
  • Driver Email: {{ driver_email }}
  • Driver Phone No. : {{ driver_phone }}