+ {#if error}
+
{error}
+ {/if}
+ {#if arrivalsAndDepartures}
+
+
+
+
+ {#if !tripSelected}
+
-
+
+
+
{stop.name}
- {#if serviceAlerts}
-
- {/if}
-
- {#if showHeroQuestion && currentStopSurvey}
-
- {/if}
- {#if nextSurveyQuestion}
-
- {/if}
-
- {#if arrivalsAndDepartures.arrivalsAndDepartures.length === 0}
-
-
{$t('no_arrivals_or_departures_in_next_30_minutes')}
+
{$t('stop')} #{stop.id}
+ {#if routeShortNames()}
+
{$t('routes')}: {routeShortNames().join(', ')}
+ {/if}
+
+ {#if tripSelected}
+
+ {/if}
+
- {:else}
- {#key arrivalsAndDepartures.stopId}
-
- {#each arrivalsAndDepartures.arrivalsAndDepartures as arrival}
-
- {#snippet header()}
-
-
-
- {/snippet}
-
-
- {/each}
-
- {/key}
- {/if}
-
- {/if}
-
-{/if}
+
+ {#if serviceAlerts}
+
+ {/if}
+
+ {#if showHeroQuestion && currentStopSurvey}
+
+ {/if}
+ {#if nextSurveyQuestion}
+
+ {/if}
+
+ {#if arrivalsAndDepartures.arrivalsAndDepartures.length === 0}
+
+
{$t('no_arrivals_or_departures_in_next_30_minutes')}
+
+ {:else}
+ {#key arrivalsAndDepartures.stopId}
+
+ {#each arrivalsAndDepartures.arrivalsAndDepartures as arrival}
+
+ {#snippet header()}
+
+
+
+ {/snippet}
+
+
+ {/each}
+
+ {/key}
+ {/if}
+