@if (authService.auth()) { @if (!authService.isLoggedIn()) {
Sign in to join the expedition
} @else if (store.initializing()) {

Reading the fog…

} @else if (showSummary()) { } @else if (!store.state() || !missionIsActive()) { @if (store.starting()) {

Entering the fog…

} @else {
@if (terminalOutcome()) {

{{ terminalOutcome() }}

} @if (store.error()) {

Something went wrong. Try again.

} @if (!selectedCharacter()) {

Who enters the fog?

@if (!characterFilter()) { } @for (name of filteredSurvivors(); track name) { }
} @else if (!selectedDifficulty()) {

{{ selectedCharacter() }} enters the fog.

Choose your path.

} @else {

How long will you endure?

}
} } @else { @if (view() === 'expanded') { } @switch (view()) { @case ('minimised') { } @case ('ambient') { } @case ('expanded') { } } } }