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