{{#if price}}
{{../currencySymbol}}{{price}}
{{#else}}
{{#if hasMultiplePrices}}
Multiple
{{#end}}
{{#if hasVariablePrice}}
Variable
{{#end}}
{{#end}}
{{#if hasQuantity}}
{{#end}}
- {{#if discountUnitType}}{{../currencySymbol}}{{#end}}{{discountValue}}{{#if discountUnitType}}{{#else}}%{{#end}}
+ {{#if taxUnitType}}{{../currencySymbol}}{{#end}}{{taxValue}}{{#if taxUnitType}}{{#else}}%{{#end}}