@for (card of items(col); track card.id; let i = $index) {
@if (showPh(ci) && target!.index === i) {
}
{{ card.title }}
{{ card.tag }}
}
@if (showPh(ci) && target!.index >= items(col).length) {
}
@if (items(col).length === 0 && !showPh(ci)) {
Drop here
}