{{product.Name}}
{{ product.Matrix.Dimension1.Name }}:   {{ SelectedGrid.GetText(1) }} {{ gridVal.Value }}
{{ product.Matrix.Dimension2.Name }}:   {{ SelectedGrid.GetText(2) }} {{ gridVal.Value }}
{{ product.Matrix.Dimension3.Name }}:   {{ SelectedGrid.GetText(3) }} {{ gridVal.Value }}
{{ product.Matrix.Dimension4.Name }}:   {{ SelectedGrid.GetText(4) }} {{ gridVal.Value }}
{{'Description'|translate }}
{{product.Description || 'Description not available'}}
{{product.Matrix.Dimension1.Name}} {{'available'| translate}}
{{getValues(product.Matrix.Dimension1)}}
{{product.Matrix.Dimension2.Name}} {{'available'| translate}}
{{getValues(product.Matrix.Dimension2)}}
{{product.Matrix.Dimension3.Name}} {{'available'| translate}}
{{getValues(product.Matrix.Dimension3)}}
{{product.Matrix.Dimension4.Name}} {{'available'| translate}}
{{getValues(product.Matrix.Dimension4)}}
{{'MSRP' | translate}}
{{product.MSRP | currency}}
{{product.MSRP * product.SellBy.Multiplicator * product.RetailPriceQty| currency}}/{{product.RetailPriceQty}}{{product.SellBy.Code}}
{{'Retail' | translate}}
{{product.RetailPrice | currency}}
{{product.RetailPrice * product.SellBy.Multiplicator * product.RetailPriceQty| currency}}/{{product.RetailPriceQty}}{{product.SellBy.Code}}