<div class="price {{ class|default }} {% if oldPrice %} price--sale{% endif %}" data-layer-price="{{ price_gross|default(price)|priceDefaultFormat }}" data-layer-currency="{{ price|currencyCode }}">{% if oldPrice %}<span class="price__normal">{{ oldPrice|price }}</span>{% endif %}{% if fromPrice %}<span class="price__from">{{ 'from_price_value'|trans({'%value%': fromPrice|price}) }}</span>{% elseif price %}{{ price|price }}{% endif %}<span class="price__tax">{{ exclude_vat ? 'header_vat_excluding'|trans : 'header_vat_including'|trans }}</span></div>