{{ 'sync.add-page.back-button' | translate }} @if (syncStarted() && isOnboardingActive()) { } @if (sync | async; as sync) { @if (connectorDef | async; as connectorDef) {

{{ sync.title }}

@if ((editMode | async) === false) {
@if (!sync.isCloud) {
{{ (sync.disabled ? 'sync.badge.inactive' : 'sync.badge.active') | translate }}
} {{ 'sync.details.buttons.sync-now' | translate }} {{ 'sync.details.buttons.edit-settings' | translate }} {{ 'sync.details.buttons.delete' | translate }}
}
} @if (editMode | async) {
@if (sync.isCloud) { } {{ 'generic.cancel' | translate }} {{ 'sync.details.buttons.save-changes' | translate }}
} @else { } }