Added dates to bus rolls

This commit is contained in:
John Mullins
2024-02-26 17:19:03 +11:00
parent 35692c0903
commit ec3b33def3
3 changed files with 19 additions and 7 deletions
@@ -21,6 +21,7 @@
{% if route.route_stops %}
<h1 style="font-size: 2.5em">{{ route.bus.route_name }}</h1>
<p style="text-align:right; font-size:12px">
Date: {{ date }}<br>
Total Travellers: {{ route.bus.traveller_count }}<br>
Seating Capacity: {{ route.bus.seating_capacity }}
</p>
@@ -83,6 +84,7 @@
{% for shuttle_route in route.shuttle_routes %}
<h1 style="font-size: 2.5em">{{ shuttle_route.shuttle }}</h1>
<p style="text-align:right; font-size:12px">
Date: {{ date }}<br>
Total Travellers: {{ shuttle_route.shuttle.traveller_count }}
</p>
<table class="traveller">