{% load currency_filters %}
{{ block.title }} | |
---|---|
{{ product.get_title }} {% 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 }} {% else %} Not available {% endif %} {% endif %} |
{{ block.description|safe }} |