@if (products.length > 0) {
| {{ 'ux.compareAttribute' | translate }} | @for (product of products; track product.itemID) {
{{ product.name }}
|
}
|---|---|
| {{ row.label }} | @for (value of row.values; track $index) {{{ value }} | }