@if (!property.multivalued) { {{ property.label | translate }}
@if (showProperty) { {{ property.displayValue }} } @else { {{ property.default | translate }} }
@if (showClearAction) { }
} @else { {{ property.label | translate }} @for (propertyValue of property.displayValue; track propertyValue; let idx = $index) { {{ propertyValue }} @if (isEditable) { } }
}