{{ "troubleshooting" | i18n }}

{{ "dataRecoveryTitle" | i18n }}

{{ "dataRecoveryDescription" | i18n }}

@if (!diagnosticsCompleted() && !recoveryCompleted()) { }
@for (step of steps(); track $index) { @if ( ($index === 0 && hasStarted()) || ($index > 0 && (steps()[$index - 1].status === StepStatus.Completed || steps()[$index - 1].status === StepStatus.Failed)) ) {
@if (step.status === StepStatus.Failed) { } @else if (step.status === StepStatus.Completed) { } @else if (step.status === StepStatus.InProgress) { } @else { }
{{ step.title }}
} }
@if (diagnosticsCompleted()) {
@if (hasIssues() && !recoveryCompleted()) { }
}