{
(
option.settings[value.id] || {
label: value.id
}
).label
}
{option.settings[value.id] &&
option.settings[value.id].clone &&
items.filter(({ id }) => id === value.id).length < 2 && (
)}
{(option.manageable ||
(option.settings[value.id] &&
option.settings[value.id].clone &&
items.filter(({ id }) => id === value.id).length > 1) ||
!option.settings[value.id]) && (
)}