{% load currency_filters %} {% for product in block.products.all|slice:'1' %} {% endfor %}
{{ 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 }}