Formating changes for roll reports
This commit is contained in:
@@ -43,6 +43,7 @@
|
|||||||
<td>{{ stop.pm }}</td>
|
<td>{{ stop.pm }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
{% if stop.travellers %}
|
||||||
<table class="traveller">
|
<table class="traveller">
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100%; text-align: left">Student</th>
|
<th style="width: 100%; text-align: left">Student</th>
|
||||||
@@ -75,6 +76,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
{% endif %}
|
||||||
<br>
|
<br>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if route.route_stops %}
|
{% if route.route_stops %}
|
||||||
|
|||||||
@@ -18,8 +18,8 @@
|
|||||||
<th style="width: 5%">Fare</th>
|
<th style="width: 5%">Fare</th>
|
||||||
<th style="width: 30%">Shuttle</th>
|
<th style="width: 30%">Shuttle</th>
|
||||||
<th style="width: 30%">Stop</th>
|
<th style="width: 30%">Stop</th>
|
||||||
<th style="width: 8%">AM Time</th>
|
<th style="width: 8%">Pickup</th>
|
||||||
<th style="width: 8%">PM Time</th>
|
<th style="width: 8%">Drop off</th>
|
||||||
</tr>
|
</tr>
|
||||||
{% for traveller in route.travellers %}
|
{% for traveller in route.travellers %}
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user