{% extends "marchant_base.html" %} {% load static %} {% block title %}
| Style Number | {% if style.style_number %}{{style.style_number}} | {% else %}N/A | {% endif %}
|---|---|---|
| Style Description | {% if style.style_description %}{{style.style_description}} | {% else %}N/A | {% endif %}
| Buyer | {% if style.buyer %}{{style.buyer}} | {% else %}N/A | {% endif %}
| Agent | {% if style.agent %}{{style.agent}} | {% else %}N/A | {% endif %}
| Season | {% if style.season %}{{style.season}} | {% else %}N/A | {% endif %}
| Production Factory | {% if style.production_factory %}{{style.production_factory}} | {% else %}N/A | {% endif %}
| Indc | {% if style.indc %}{{style.indc}} | {% else %}N/A | {% endif %}
| Remarks | {% if style.remarks %}{{style.remarks}} | {% else %}N/A | {% endif %}
| Consumption | {% if style.consumption %}Download | {% else %}N/A | {% endif %}
| Team | {% if style.team %}{{style.team}} | {% else %}N/A | {% endif %}
| Ex Factory | {% if style.ex_factory %}{{style.ex_factory}} | {% else %}N/A | {% endif %}
|---|---|---|
| Vendor | {% if style.vendor %}{{style.vendor}} | {% else %}N/A | {% endif %}
| Coo | {% if style.coo %}{{style.coo}} | {% else %}N/A | {% endif %}
| Retail | {% if style.retail %}{{style.retail}} | {% else %}N/A | {% endif %}
| Brand | {% if style.brand %}{{style.brand}} | {% else %}N/A | {% endif %}
| Approx Quantity | {% if style.approx_quantity %}{{style.approx_quantity}} Gmts | {% else %}N/A | {% endif %}
| Minimarker | {% if style.minimarker %}Download | {% else %}N/A | {% endif %}
| Techpack | {% if style.techpack %}Download | {% else %}N/A | {% endif %}
| User Lock | {% if style.is_user_lock %}{{style.is_user_lock}} | {% else %}N/A | {% endif %}
| Department | {% if style.department %}{{style.department}} | {% else %}N/A | {% endif %}