{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Style {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Styles

{% comment %} {% endcomment %} {% if style_list %} {% for style in style_list %} {% if style.is_cost_submit_status == "Approved" %} {% elif style.is_cost_submit_status == "Not Submit" %} {% elif style.is_cost_submit_status == "Rejected" %} {% else %} {% endif %} {% comment %} {% endcomment %} {% if style.team %} {% else %} {% endif %} {% if style.is_cost_submit_status == "Not Submit" %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL Buyer Style Number Style Description CostingSampleDate Team Action
{{forloop.counter}} {{ style.buyer }} {{ style.style_number }} {{ style.style_description }} {{style.is_cost_submit_status }} Not Submitted {{style.is_cost_submit_status }} {{style.is_cost_submit_status }} Pending{{ style.created_date }}{{style.team}}
No Data is Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}