{% extends "marchant_base.html" %} {% load static %} {% block title %} Style Details {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}

Style Details

{% if style.inquiry_recevie_date %} {% else %} {% endif %} {% if style.style_number %} {% else %} {% endif %} {% if style.style_description %} {% else %} {% endif %} {% if style.buyer %} {% else %} {% endif %} {% if style.brand %} {% else %} {% endif %} {% if style.approx_quantity %} {% else %} {% endif %} {% if style.buyer_target_price %} {% else %} {% endif %} {% if style.agent %} {% else %} {% endif %} {% if style.season %} {% else %} {% endif %} {% if style.production_factory %} {% else %} {% endif %} {% if style.indc %} {% else %} {% endif %}
Inquiry Recevied Date{{style.inquiry_recevie_date}}N/A
Style Number{{style.style_number}}N/A
Style Description{{style.style_description}}N/A
Buyer{{style.buyer}}N/A
Brand{{style.brand}}N/A
Approx Quantity{{style.approx_quantity}} GmtsN/A
Buyer Target Price{{style.buyer_target_price}} USDN/A
Agent{{style.agent}}N/A
Season{{style.season}}N/A
Production Factory{{style.production_factory}}N/A
Indc{{style.indc}}N/A
{% if style.ex_factory %} {% else %} {% endif %} {% if style.vendor %} {% else %} {% endif %} {% if style.coo %} {% else %} {% endif %} {% if style.retail %} {% else %} {% endif %} {% if style.minimarker %} {% else %} {% endif %} {% if style.techpack %} {% else %} {% endif %} {% comment %} {% if style.is_user_lock %} {% else %} {% endif %} {% endcomment %} {% if style.department %} {% else %} {% endif %} {% if style.remarks %} {% else %} {% endif %} {% if style.consumption %} {% else %} {% endif %} {% if style.team %} {% else %} {% endif %}
Ex Factory{{style.ex_factory}}N/A
Vendor{{style.vendor}}N/A
Coo{{style.coo}}N/A
Retail{{style.retail}}N/A
Minimarker Download N/A
Techpack Download N/A
User Lock{{style.is_user_lock}}N/A
Department{{style.department}}N/A
Remarks{{style.remarks}}N/A
Consumption Download N/A
Team{{style.team}}N/A
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %}