{% load currency_filters %} {% load i18n %} {% if product.is_group %}

From {{ product.min_variant_price_incl_tax|currency }}

{% else %} {% if product.has_stockrecord %}

{{ product.stockrecord.price_incl_tax|currency }}

{{ product.stockrecord.availability|truncatewords:2 }}

{% else %}

{% trans "Not available" %}

{% endif %} {% endif %}