{% if fabric_material_approvals %}
{% regroup fabric_material_approvals by item as grouped %}
{% for group in grouped %}
{% for obj in group.list %}
{% ifchanged %}
{{forloop.parentloop.counter}}
{{ obj.item }}
{{ obj.item.consumption|floatformat:3 }}
{{ obj.item.wastage|floatformat:3 }}
{{ obj.item.total_uses|floatformat:3 }}
{{ obj.item.unit }}
{{ obj.item.mill_name }}
{% endifchanged %}
{{ obj.color }}
{{ obj.development_status }}
{{ obj.buyer_status }}
{% endfor %}
{% endfor %}
{% else %}
No Data Is Found
{% endif %}
Accessory
SL
Description
Consumption
Wastage
Required Quantity
Unit
Supplier
Color
{% if accessory_material_approvals %}
{% regroup accessory_material_approvals by item as grouped %}
{% for group in grouped %}
{% for obj in group.list %}