{slice.model.variations.length > 1 ? (
<>
This action will permanently remove the repeatable zone from
the {slice.model.name} slice {variation.name} variation.
Other variations will be left untouched. To reimplement
repeatable fields later, use a group field instead of the
repeatable zone.
>
) : (
<>
This action will permanently remove the repeatable zone from
the {slice.model.name}.
To reimplement repeatable fields later, use a group field
instead of the repeatable zone.
>
)}