{% load wagtailimages_tags %} {% load wagtailcore_tags %} {% load static %} {% load product_tags %} {% load thumbnail %} {% load currency_filters %} {% for item in self %} {% for product in item.products %}
{{ product.stockrecords.first.price_excl_tax|currency:"EUR" }}
>>meer {{ product.categories.first }}
{% endif %}