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

Costing Approval Dashboard

{% if style_costing_list %} {% for costing_style in style_costing_list %} {% endfor %} {% else %} {% endif %}
SL No Style Number Description Buyer Created Date Team Preview & Finalize
{{forloop.counter}} {{ costing_style.style.style_number }} {{ costing_style.style.style_description }} {{ costing_style.style.buyer }} {{ costing_style.style.created_date }} {{ costing_style.style.team }}
No Data Found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}