{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Trims
SL No | Item | Description | Supplier | Unit | Consumption | Wastage % | Usage | Action | |
---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ trim.trim.name }} | {{ trim.description }} | {% if trim.supplier %} {{ trim.supplier }} {% else %} N/A {% endif %} | {{ trim.unit }} | {{ trim.consumption|floatformat:3 }} | {{ trim.wastage|floatformat:3 }} | {{ trim.total_uses|floatformat:3 }} | {% if style.is_material_submit == False %}{% else %} | {% endif %} |