{% extends "base.html" %} {% block content %}

← New search

Bristol Temple Meads → {{ destination }}

← Prev {{ travel_date_display }} Next →

{{ gwr_count }} GWR service{{ 's' if gwr_count != 1 }}  ·  {{ eurostar_count }} Eurostar service{{ 's' if eurostar_count != 1 }} {% if from_cache %}  ·  (cached) {% endif %}

{% if error %}
Warning: {{ error }}
{% endif %}
{% if trips %}
{% for trip in trips %} {% endfor %}
Depart Bristol Arrive Paddington Transfer Depart St Pancras Arrive {{ destination }} Total
{{ trip.depart_bristol }} {{ trip.arrive_paddington }} ({{ trip.gwr_duration }}) {{ trip.connection_duration }} {{ trip.depart_st_pancras }} {{ trip.arrive_destination }} {{ trip.total_duration }}

Paddington → St Pancras connection: 75 min minimum, 2h 20m maximum. Eurostar times are from the general timetable and may vary; always check eurostar.com to book.

{% 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 allows an 80-minute connection at Paddington/St Pancras. {% endif %}

{% endif %} {% endblock %}