@let aspects = aspects$ | async; @if (aspects) {
@for (aspect of aspects; track aspect.entry.id; let colIndex = $index) {
{{getTitle(aspect)}}

{{aspect?.entry?.description}}

@if (aspect?.entry?.properties?.length > 0) {
{{'ADF-ASPECT-LIST.PROPERTY_NAME' | translate}} {{property.id}} {{'ADF-ASPECT-LIST.DESCRIPTION' | translate}} {{property.title}} {{'ADF-ASPECT-LIST.DATA_TYPE' | translate}} {{property.dataType}}
}
}
} @else {
}