{% for traveller in travellers %}

ECHUCA COUNTRY SCHOOL BUS NETWORK CONFIRMATION OF SEAT AVAILABILITY 2024

Student Name: {{ traveller.traveller }}
School: {{ traveller.traveller.school }}
Route Name: {{ traveller.stop.bus }}
Stop Name: {{ traveller.stop.address }}
Pickup Time: {{ traveller.stop.am_time }}
Dropoff Time: {{ traveller.stop.pm_time }}
{% if traveller.traveller.shuttle %} Shuttle: {{ traveller.shuttle.bus }}
{% endif %} Fee Paying Status: {{ traveller.traveller.get_eligibility_status_display }}

We wish to advise a seat is available for travel in 2024. If your child is a fare paying student seats cannot be guaranteed as per the Department of Education School Bus Policy.

{% if traveller.traveller.shuttle %}

After arriving at Echuca College, {{ traveller.traveller.first_name }} will transfer to the {{ traveller.shuttle.bus }} shuttle for travel to {{ traveller.shuttle.school }} and in reverse for the afternoon service.

{% endif %}

It is advisable that the student is at the bus stop 10 minutes prior to the nominated departure time.

It is essential that parents of junior students are present at the bus stop to collect students in the afternoon, as a bus driver will not leave a student at an unattended stop if he/she has any concern re student safety.

TRAVEL IS AVAILABLE FOR ORIENTATION DAY 2023 UNDER THESE ARRANGEMENTS

Any queries please contact Nicole Edwards on 5482 1133

{% endfor %}