@if (wizardStore.status(); as status) { @if (status === 'error') {
{{ wizardStore.error() }}
} @else { @if (wizardStore.visibleStepNames(); as stepNames) { @if (stepNames.length > 0) { @for (stepName of stepNames; track stepName; let stepIndex = $index) { {{ stepName }} @if (getCustomStepTemplate(stepName); as tmpl) { } @else { } } {{ summaryLabel() }} } @else {
No configuration steps are available for this connector.
} } } }