Added traveller count to shuttle roll and removed inactive from roll
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user