From af2aead712146b5ce9341354fea606ab8e4ed512 Mon Sep 17 00:00:00 2001 From: st01765 Date: Tue, 12 May 2026 15:39:42 +1000 Subject: [PATCH] Added roll to shuttle --- .../coord/templates/reports/bus_roll.html | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/busManager/coord/templates/reports/bus_roll.html b/busManager/coord/templates/reports/bus_roll.html index 28c4001..de73add 100644 --- a/busManager/coord/templates/reports/bus_roll.html +++ b/busManager/coord/templates/reports/bus_roll.html @@ -84,15 +84,38 @@ {% endif %} {% for shuttle_route in route.shuttle_routes %} -

{{ shuttle_route.shuttle }}

+

Shuttle: {{ shuttle_route.shuttle }}

Date: {{ date }}
Total Travellers: {{ shuttle_route.traveller_count }}

+ + + + + + + + + + + + + {% for traveller in shuttle_route.shuttle_travellers %} + + + + + + + + + + {% endfor %}
StudentMon AMMon PMTue AMTue PMWed AMWed PMThu AMThu PMFri AMFri PM
{{ traveller.display }}