@@ -1 +1,9 @@ | |||
{{ price_solver.getPriceWithTax(entity.instance)|format_price|raw }} | |||
{% set priceWithTax = price_solver.getPriceWithTax(entity.instance)|format_price %} | |||
{% set priceWithTaxAndReduction = price_solver.getPriceWithTaxAndReduction(entity.instance)|format_price %} | |||
{% if priceWithTax != priceWithTaxAndReduction %} | |||
<s>{{ priceWithTax|raw }}</s><br /> | |||
{{ priceWithTaxAndReduction|raw }} | |||
{% else %} | |||
{{ priceWithTaxAndReduction|raw }} | |||
{% endif %} |