{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
Washing
Wash
SL No | Plant Name | Plant Type | Plant Origin | Process Details |
---|---|---|---|---|
{{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 }} |