@for (title of titles; track title) {
@if (!title.isDefault) { {{title.game_name}} } @if (title.isDefault) {
{{title.game_name}}
}
@for (item of title.engines | keyvalue; track item) { {{item.key}} }
@if (titleEnginePicked[title.titleId]) {
install_desktop desktop_windows construction @if (!title.engines[titleEnginePicked[title.titleId]].controllerNotSupported && !title.engines[titleEnginePicked[title.titleId]].controllerSupported && !title.engines[titleEnginePicked[title.titleId]].controllerSupportedSteamChanges && !title.engines[titleEnginePicked[title.titleId]].controllerSupportedManualGame && !title.engines[titleEnginePicked[title.titleId]].controllerSupportedManualGameAndSteam) { sports_esports } @if (title.engines[titleEnginePicked[title.titleId]].controllerNotSupported) { sports_esports } @if (title.engines[titleEnginePicked[title.titleId]].controllerSupported && title.controllerSteamDefault) { sports_esports } @if (title.engines[titleEnginePicked[title.titleId]].controllerSupportedManualGame && title.controllerSteamDefault) { sports_esports } @if (title.engines[titleEnginePicked[title.titleId]].controllerSupported && !title.controllerSteamDefault) { sports_esports } @if (title.engines[titleEnginePicked[title.titleId]].controllerSupportedManualGame && !title.controllerSteamDefault) { sports_esports } @if (title.cloudNotAvailable) { cloud_off } @if (title.cloudAvailable && title.cloudIssue) { cloud } @if (title.cloudAvailable && !title.cloudSupported && !title.cloudIssue) { cloud } @if (title.cloudAvailable && title.cloudSupported) { cloud }
@if (title.engines[titleEnginePicked[title.titleId]].version) {
Version
{{title.engines[titleEnginePicked[title.titleId]].version}}
}
@if (title.engines[titleEnginePicked[title.titleId]].notices || title.notices) {
    @if (title.engines[titleEnginePicked[title.titleId]].notices) { @for (item of title.engines[titleEnginePicked[title.titleId]].notices; track item) {
  • @if (item.label) {
    {{item.label}}
    } @if (item.value) {
    {{NOTICE_MAP[item.value]}}
    } @if (item.key && !item.value && !item.label) {
    {{NOTICE_MAP[item.key]}}
    }
  • } }
} }
}