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

Eurotunnel prices

All Flexi Long Stay tickets are £269. Pay an extra £40 to make a return ticket refundable.

Out: {{ out_date.strftime("%a, %-d %b %Y") }}

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 }}

Return: {{ back_date.strftime("%a, %-d %b %Y") }}

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 }}