{{ 'sync.add-page.back-button' | translate }}
@if (syncStarted() && isOnboardingActive()) {
}
@if (sync | async; as sync) {
@if (connectorDef | async; as connectorDef) {
}
@if (editMode | async) {
@if (sync.isCloud) {
}
{{ 'generic.cancel' | translate }}
{{ 'sync.details.buttons.save-changes' | translate }}
} @else {
}
}