{% macro time(t) %}{{ t[:2] + ":" + t[2:] }}{% endmacro %}

All Flexi Long Stay tickets are £269

Pay an extra £40 to make a price return refundable.

Updated: {{ out_ts.strftime("%a, %-d %b %Y at %H:%M") }}

{% for t in out %} {% endfor %}
Depart Arrive Price
{{ time(t.dep) }} {{ time(t.arr) }} £{{ t.price }}

Updated: {{ back_ts.strftime("%a, %-d %b %Y at %H:%M") }}

{% for t in back %} {% endfor %}
Depart Arrive Price
{{ time(t.dep) }} {{ time(t.arr) }} £{{ t.price }}