@if (worldStore.currentLocation(); as location) {
{{ location.name }}
@for (connection of location.connections; track connection.targetLocation.id) {
}
} @else {
Weltkarte wird vorbereitet.
}
@if (worldStore.loading()) {
Weltzustand wird geladen…
}
@if (worldStore.error(); as error) {
{{ error }}
}