{{ 'itemDetail.specifications' | translate }}

@if (groups.length > 0) { @for (group of groups; track group.key) {

{{ group.label | translate }}

@for (field of group.fields; track field.key) {
{{ field.label | translate }}
{{ field.value }}
}
} } @else {

{{ 'productDetails.specificationsEmpty' | translate }}

}