{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL | Buyer | Style Number | Style Description | Costing | {% comment %}Sample | {% endcomment %}Date | Team | Action | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ style.buyer }} | {{ style.style_number }} | {{ style.style_description }} | {% if style.is_cost_submit_status == "Approved" %}{{style.is_cost_submit_status }} | {% elif style.is_cost_submit_status == "Not Submit" %}Not Submitted | {% elif style.is_cost_submit_status == "Rejected" %}{{style.is_cost_submit_status }} | {% else %}{{style.is_cost_submit_status }} | {% endif %} {% comment %}Pending | {% endcomment %}{{ style.created_date }} | {% if style.team %}{{style.team}} | {% else %}{% endif %} {% if style.is_cost_submit_status == "Not Submit" %} | {% else %} | {% endif %} |
No Data is Found |