Formating changes for roll reports

This commit is contained in:
John Mullins
2024-06-12 11:08:47 +10:00
parent 00659568ee
commit 98019055f1
2 changed files with 34 additions and 32 deletions
@@ -43,6 +43,7 @@
<td>{{ stop.pm }}</td>
</tr>
</table>
{% if stop.travellers %}
<table class="traveller">
<tr>
<th style="width: 100%; text-align: left">Student</th>
@@ -75,6 +76,7 @@
</tr>
{% endfor %}
</table>
{% endif %}
<br>
{% endfor %}
{% if route.route_stops %}
@@ -18,8 +18,8 @@
<th style="width: 5%">Fare</th>
<th style="width: 30%">Shuttle</th>
<th style="width: 30%">Stop</th>
<th style="width: 8%">AM Time</th>
<th style="width: 8%">PM Time</th>
<th style="width: 8%">Pickup</th>
<th style="width: 8%">Drop off</th>
</tr>
{% for traveller in route.travellers %}
<tr>