@if (onboardingStep | async; as step) {
@if (step < lastStep) {

{{ 'onboarding.step' + step + (step === 3 && inRaoApp ? '.rao-' : '.') + 'title' | translate }}

} @else {

{{ 'onboarding.setting-up.title' | translate }}

{{ 'onboarding.setting-up.subtitle' | translate }}

}
@switch (step) { @case (1) { @if (!creatingAccount) { } @else { } } @case (2) { } @case (3) { } @case (4) { } @case (5) { } @case (6) { } } } @if (showLogout) { }