0">
@if (isDragOver && selectedSpaceId === space.id && selectedStageType === type.id) {
}
@if (canEdit && getSpaceStageFileCount(space.id, type.id) === 0) {
}
@if (getSpaceStageFileCount(space.id, type.id) > 0) {
@for (file of getProductDeliveryFiles(space.id, type.id).slice(0, 4); track file.id) {
@if (isImageFile(file.name)) {
![]()
} @else {
}
@if (canEdit && isImageFile(file.name)) {
}
@if (canEdit) {
}
}
@if (getSpaceStageFileCount(space.id, type.id) > 4) {
+{{ getSpaceStageFileCount(space.id, type.id) - 4 }}
}
@if (canEdit) {
}
}
@if (getSpaceStageFileCount(space.id, type.id) === 0 && !canEdit) {
}