{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Budget | Sales Contract No | Style | PO | Value | Document Type | Action |
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {% for item in obj.1 %} {{item}} {% endfor %} | {{obj.6.sales_contract_no}} | {% for item in obj.2 %} {{item}}, {% endfor %} | {% for item in obj.3 %} {{item}}, {% endfor %} | {{obj.0}} | {% for item in obj.4 %} {{item}}, {% endfor %} | |
No Data Is Found |