{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Washing
Washing
SL No | Item | Plant Type | Plant Origin | Process Details | Action | |
---|---|---|---|---|---|---|
{{forloop.counter}} | {{ washing.name }} | {% if washing.plant_type %} {{ washing.plant_type }} {% else %} N/A {% endif %} | {% if washing.plant_origin %} {{ washing.plant_origin }} {% else %} N/A {% endif %} | {{ washing.process_details }} | {% if style.is_material_submit == False %}{% else %} | {% endif %} |