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

Budget Approvals Dashboard

{% for budget_style in style_costing_list %} {% if budget_style.style.is_cost_submit_status == "Approved" %} {% elif budget_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}} {{ budget_style.style.style_number }} {% if budget_style.fabric_budget_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if budget_style.trim_budget_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if budget_style.thread_budget_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if budget_style.washing_budget_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if budget_style.cm_budget_status == 'complete' %} Complete {% else %} Incomplete {% endif %} {% if budget_style.commercial_budget_status == 'complete' %} Complete {% else %} Inomplete {% endif %} {{ budget_style.style.team.team }}{{ budget_style.style.is_cost_submit_status }}{{ budget_style.style.is_cost_submit_status }}{{ budget_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 %}