{% extends "marchant_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 specifications %} {% regroup specifications by lot_number 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 Colour Size Quantity Action
{{forloop.parentloop.counter}} {{ obj.style_number }} {{ obj.lot_number }}{{ obj.color }} {{ obj.size }} {{ obj.quantity }}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}