{% set veg_total = 1 %} {% for p in data1 %} {{ veg_total }} {{ p.veg_type }}
{{ p.product_name }} રૂ. {{ p.low_price }} - {{ p.high_price }} {{ p.farmer_quantity }} KG. {% set veg_total = veg_total + 1 %} {% endfor %}