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

Costing

{% 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" %} {% elif costing_style.style.is_cost_submit_status == "Rejected" %} {% else %} {% endif %} {% endfor %}
SL No Style Number Fabrics Trims Thread Washing Embroidery/Applic Print CM Commereical & Other Test Costing 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.embroidery_status == 'complete' %} Complete {% else %} Inomplete {% endif %} {% if costing_style.print_status == 'complete' %} Complete {% else %} Inomplete {% endif %} {% if costing_style.cm_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.commercial_and_other_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.material_test_cost_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {{ costing_style.style.team.team}}{{ costing_style.style.is_cost_submit_status }}Not Submitted{{ costing_style.style.is_cost_submit_status }}{{ costing_style.style.is_cost_submit_status }}
{% if style_costing_list.has_other_pages %} {% endif %}
{% else %}

No Data Found

{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}