{{ T.F.SYNC.D_SYNC_IMPORT_CONFLICT.TITLE | translate }}

{{ messageKey | translate: { filteredOpCount: data.filteredOpCount } }}

{{ reasonKey | translate }}

@if (isIncomingImport) {

{{ T.F.SYNC.D_SYNC_IMPORT_CONFLICT.RECOMMEND_SERVER | translate }}

} @if (isNeverSynced) {

{{ T.F.SYNC.D_SYNC_IMPORT_CONFLICT.FIRST_SYNC_WARNING | translate }}

}
{{ T.F.SYNC.D_SYNC_IMPORT_CONFLICT.IMPORT_DATE | translate }}: {{ data.localImportTimestamp | localeDate: 'shortDate' : undefined : locale() }} {{ data.localImportTimestamp | shortTime }}
@if (data.filteredOpCount > 0) {
{{ T.F.SYNC.D_SYNC_IMPORT_CONFLICT.FILTERED_CHANGES | translate }}: {{ data.filteredOpCount }}
}