{% spaceless %} {% load i18n %}
{% if pv.product.inventory_flag and pv.stock_total < 1 %}
{% trans "Sold Out" %}
{% else %} {% if pv.basket_qty > 0 %}
x{{ pv.basket_qty }}
{% else %} {% endif %}
{% endif %}
{% endspaceless %}