{{ property.label | translate }}
@if ((property.displayValue | async); as items) { @if (items.length > 0) { @if (displayCount > 0) { @for (item of items.slice(0, displayCount); track item) {
@if (item?.icon) { } {{item?.value}}
} @if (items.length > displayCount) { {{items.length - displayCount}} {{'CORE.CARDVIEW.MORE' | translate}} } } @else { @for (item of items; track item) {
@if (item?.icon) { } {{item?.value}}
} }
} @else { {{ property?.default | translate }} } @for (item of items.slice(displayCount, items.length); track item) {
@if (item?.icon) { } {{item?.value}}
}
} @else { {{ property?.default | translate }} } @if (showClickableIcon) { }