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

Costing Approval

{% comment %}
{% csrf_token %} {{status_form.approval_is_cost_submit_status|as_crispy_field}}
{% endcomment %}
{% if style_costing_list %}
{% for costing_style in style_costing_list %} {% 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 Embroidery CM Commereical & Other Team Status Preview & Finalize
{{forloop.counter}} {{ 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 %}

Incomplete

{% endif %}
{% if costing_style.cm_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if costing_style.commercial_and_other_status == 'complete' %} Complete {% else %} Inomplete {% 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 }}
{% if style_costing_list.has_other_pages %} {% endif %}
{% else %}
SL No Branch Style Number Fabrics Trims Thread Washing CM Commereical & Other Created By Status Preview & Finalize
No Data Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}