{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Sewing Thread
SL No | Count | Description | Supplier | Unit | Consumption | Wastage % | Total Uses | Action | |
---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ thread.thread.count }} | {{ thread.thread.description }} | {% if thread.supplier %} {{ thread.supplier }} {% else %} N/A {% endif %} | {{ thread.unit }} | {{ thread.consumption|floatformat:3 }} | {{ thread.wastage|floatformat:3 }} | {{ thread.total_uses|floatformat:3 }} | {% if style.is_material_submit == False %}{% else %} | {% endif %} |