@if (form()) {
{{ appName }} @for (step of steps; track step) { @switch (step.type) { @case ("configuration") { EDGE.CONFIG.APP.CREATE_APP @if (isInstalling) {
}
} @case ("oauth") { } @default {

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

} } }
}