{% if style_costing_list %}
{% for costing_style in style_costing_list %} {% comment %} {% endcomment %} {% if costing_style.style.is_cost_submit_status == "Approved" %} {% elif costing_style.style.is_cost_submit_status == "Not Submit" %} {% else %} {% endif %} {% endfor %}
SL No Style Number Fabrics Trims Thread Washing CM Commereical & Other Team Status Preview & Finalize
{{forloop.counter}}{{ costing_style.style.branch.name_en }}{{ costing_style.style.style_number }} {% if costing_style.fabric_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.trim_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.thread_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.washing_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.cm_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.commercial_and_other_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {{ costing_style.style.team.team}}{{ costing_style.style.is_cost_submit_status }}{{ costing_style.style.is_cost_submit_status }}{{ costing_style.style.is_cost_submit_status }}
{% else %}
SL No Style Number Fabrics Trims Thread Washing CM Commereical & Other Team Status Preview & Finalize
No Data Found
{% endif %}