{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Washing Procurement {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if request.user.is_superuser == True or request.user.user_type == 'Mother_Organization_admin' or request.user.user_type == 'Sister_Organization_admin' %}

Washing Procurement

{% csrf_token %}
{{form.item|as_crispy_field }}
{% endif %} {% if booking_list %}
{% for booking in booking_list %} {% endfor %}
SL No Style Fabric Quantity Action
{{forloop.counter}} {{ booking.style }} {{ booking.item}} {{ booking.gmts_qty }}
{% if booking_list.has_other_pages %} {% endif %}
{% else %}
SL No Department Team Action
No Data Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}