@for (type of copyData; track type.value) {
@if (editCategory || !editType || editType.id !== type.id) { {{ type.value }} } @else { }
@for (category of type.categories; track category.value) { @if (!editCategory || editCategory.id !== category.id) { {{ category.value }} } @else { } }
}