@for (varinstance of instances(); track varinstance.instanceId; let appIndex = $index) {
{{ appName }} @for (step of varinstance.steps; track step) { @switch (step.type) { @case ("configuration") { @if (appIndex === 0 && showSwitchArchitecture) {
{{ header }}
{{ info }} } EDGE.CONFIG.APP.UPDATE_APP EDGE.CONFIG.APP.DELETE_APP @if (varinstance.isDeleting || varinstance.isUpdating) {
}
} @case ("oauth") { } @default {

{{ "EDGE.CONFIG.APP.UNKNOWN_INSTALLATION_STEP" | translate: { step: step.type } }}

} } }
}