@if (customConfig) {
} @else {
@let options = syncConfigOptions | async;
@if (!loadingSyncs() && (options || []).length > 0) {
@for (control of form.controls.connection_ids.controls; track control) {
@let notFound = control.value && !(syncConfigIds | async)?.includes(control.value);
}
{{ 'generic.add' | translate }}
}
}
}
@if (isEdit && hasDeprecatedFilters) {