{% extends 'customer/base.html' %} {% block content %}
Car | Days | Rent | Capacity | Description | Pincode | Action |
---|---|---|---|---|---|---|
{{order.vehicle.car_name}} | {{order.days}} | ${{order.rent}} | {{order.vehicle.capacity}} Seats | {{order.vehicle.description}} | {{order.vehicle.area.pincode}} |