Added traveller count to shuttle roll and removed inactive from roll

This commit is contained in:
John Mullins
2023-10-11 13:14:52 +11:00
parent 5fd3bbfa87
commit ff8b4c21fc
2 changed files with 12 additions and 7 deletions
@@ -75,8 +75,12 @@
<br>
{% endfor %}
<p style="page-break-after: always">
{% if route.has_shuttle %}
{% if route.shuttle_count > 0 %}
<h1 style="font-size: 2.5em">{{ route.route_name }} (Shuttle)</h1>
<p style="text-align:right; font-size:12px">
Total Travellers: {{ route.shuttle_count }}<br>
Seating Capacity: {{ route.seating_capacity }}
</p>
<table class="traveller">
{% for traveller in route.shuttle_travellers %}
<tr>