{% extends "base.html" %} {% block title %}Bristol to {{ destination }} via Eurostar{% endblock %} {% block og_title %}Bristol to {{ destination }} via Eurostar{% endblock %} {% block og_description %}Train options from Bristol Temple Meads to {{ destination }} on {{ travel_date_display }} via Paddington, St Pancras, and Eurostar.{% endblock %} {% block twitter_title %}Bristol to {{ destination }} via Eurostar{% endblock %} {% block twitter_description %}Train options from Bristol Temple Meads to {{ destination }} on {{ travel_date_display }} via Paddington, St Pancras, and Eurostar.{% endblock %} {% block content %}
{{ gwr_count }} GWR service{{ 's' if gwr_count != 1 }} · {{ eurostar_count }} Eurostar service{{ 's' if eurostar_count != 1 }} {% if unreachable_morning_services %} · {{ unreachable_morning_services | length }} morning service{{ 's' if unreachable_morning_services | length != 1 }} unavailable from Bristol {% endif %} {% if from_cache %} · (cached) {% endif %}
{% if error %}| Bristol | Paddington | GWR Fare | Transfer | Depart St Pancras | {{ destination }} | Total | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ row.depart_bristol }}
{% if row.headcode %} {{ row.headcode }}{% endif %} |
{{ row.arrive_paddington }} ({{ row.gwr_duration }}) |
£{{ "%.2f"|format(row.ticket_price) }}
{{ row.ticket_name }} |
{{ row.connection_duration }} |
{{ row.depart_st_pancras }}
{% if row.train_number %} {{ row.train_number }}{% endif %} |
{{ row.arrive_destination }} (CET) | {% if row.total_minutes <= best_mins + 5 and trips | length > 1 %} {{ row.total_duration }} ⚡ {% elif row.total_minutes >= worst_mins - 5 and trips | length > 1 %} {{ row.total_duration }} 🐢 {% else %} {{ row.total_duration }} {% endif %} | {% else %}— | — | — | Unavailable |
{{ row.depart_st_pancras }}
{% if row.train_number %} {{ row.train_number }}{% endif %} |
{{ row.arrive_destination }} (CET) | Unavailable from Bristol | {% endif %}
Paddington → St Pancras connection: {{ min_connection }}–{{ max_connection }} min. {% if unreachable_morning_services %} Morning means Eurostar departures before 12:00 from St Pancras. {% endif %} Eurostar times are from the general timetable and may vary; always check eurostar.com to book. · Paddington arrivals on RTT
{% else %}No valid journeys found.
{% if gwr_count == 0 and eurostar_count == 0 %} Could not retrieve train data. Check your network connection or try again. {% elif gwr_count == 0 %} No GWR trains found for this date. {% elif eurostar_count == 0 %} No Eurostar services found for {{ destination }} on this date. {% else %} No GWR + Eurostar combination has at least a {{ min_connection }}-minute connection at Paddington/St Pancras. {% endif %}