{% load currency_filters %} {% load i18n %}

{{ block.title }}

{{ block.description|safe }}
    {% for product in block.products.all %}
  1. {{ 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 %} {% trans "Not available" %} {% endif %} {% endif %}
  2. {% endfor %}