{##
# Price widget
#}
{% if this.isDisplayPriceAsRange() %}
{% include 'modules/XC/ProductVariants/price_range.twig' %}
{% else %}
{% include this.getParentTemplate() %}
{% endif %}