{{ 'itemDetail.specifications' | translate }}

@if (descriptionFields.length > 0) {
@for (field of descriptionFields; track field.key) {
{{ field.key }}
{{ field.value }}
}
} @else {

{{ 'productDetails.specificationsEmpty' | translate }}

}