{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Add Washing{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{{style.id}}
{% if washing_list %} {% else%}

{{style}}

Washing

{% endif %} {% if style.is_material_submit == False %} {% if form_block == True %} {% if request.user.is_superuser == True or request.user.marchant_user_type == 'mother_admin' or request.user.marchant_user_type == 'sister_admin' or request.user.marchant_user_type == 'admin' or request.user.marchant_user_type == 'regular_user' %} {% include 'marchant_app/materials/washing/create/super_admin_forms.html' %} {% endif %} {% endif %} {% endif %} {% if washing_list %}

{{style}}

Washing

{% for washing in washing_list %} {% if style.is_material_submit == False %} {% else %} {% endif %} {% endfor %}
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 }}
    {% comment %}
  • {% endcomment %}
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}