{% load i18n pcart_core %}

{% if product.type == 'product' and product.variants_count > 0 %} {{product.min_variant_price|money}} - {{product.max_variant_price|money}} {% else %} {% if product.price_varies %}{% trans "From" %} {% endif %}{{product.price|money}} {% endif %} {% if product.compare_at_price %} {{product.price|money}} {% endif %}