{% from "individual_route.html" import route_table with context %}

{{ days_until_start }} days / {{ (days_until_start / 7) | int }} weeks / {{ "{:.1f}".format(days_until_start / 30.5) }} months until start of Dodainville week: Friday 5 May 2022

{#

{{ other }}

#} {% if extra_routes %} {% endif %} {% for dep, arr, days in data %}

{{ dep.title() }} to {{ arr.title() }}

{{ route_table(dep, arr, days) }} {% endfor %}