{% set price = price|default(item.price()) %} {% if price.official or item.oldPrice().integer %}
{% if price.official %} {{ price.official.string | raw }} {% else %} {{ item.oldPrice().string | raw }} {% endif %}
{% endif %}

{% partial __SELF__ ~ '::currentprice' price=price.string %}