@if (travellingTravel; as travel) {
REISE LÄUFT
Reiseziel: {{ travel.targetLocation.name }}
- Ankunft in
-
- Ziel
- {{ travel.targetLocation.name }}
} @else if (selectedConnection; as connection) {
REISEN
Zur {{ connection.targetLocation.name }} reisen?
- Ziel
- {{ connection.targetLocation.name }}
- Reisezeit
- {{ formatDuration(connection.travelDurationSeconds) }}
- Gefahr
-
{{ dangerLabel(connection.danger) }}
} @else {
REISEN
Wähle einen erreichbaren Ort auf der Karte.
}