Results for: {{ query }}
| Trans No | Car | User | Type | Soda | Water | Safari | Date | Return | Return Date | Total Soda | Total Water | Grand Total | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ t.car_id }} | {{ t.user.username }} | {{ t.transaction_type }} | {{ t.soda_amount }} | {{ t.water_amount }} | {% if t.tripstatics %}{{ t.tripstatics.start }} → {{ t.tripstatics.destination }} | {{ t.tripstatics.trip_date }} | {{ t.tripstatics.return_start }} → {{ t.tripstatics.return_destination }} | {{ t.tripstatics.return_trip_date }} | {% else %}No trip assigned | {% endif %}{{ t.soda_total }} TZS | {{ t.water_total }} TZS | {{ t.grand_total }} TZS | |||