{{#if fixedAmount}}
Fixed amount
{{currencySymbol}}{{fixedAmount}}
{{#end}} {{#each controls}}
{{#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}}
{{#end}}