{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Specification Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if sizewise_quantity %} {% regroup sizewise_quantity by group_key as grouped %} {% for group in grouped %} {% for obj in group.list %} {% ifchanged %} {% endifchanged %} {% endfor %} {% endfor %} {% endif %}
Serial Number Style Number, Purchase Order and Lot Number Information SKU No Inseam Colour Size Quantity Unit Price Action
{{forloop.parentloop.counter}} {{ obj.style_number }} {{ obj.lot_number }}{{ obj.sku_no|default:"N/A" }} {% if obj.inseam %}Inseam-{{ obj.inseam }}{% else %}N/A{% endif %} {{ obj.color }} {{ obj.size }} {{ obj.quantity }} ${{ obj.unit_price|default:"0" }}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}