{% extends 'root/base.html' %} {% load static %} {% block maincontent %} {% include 'root/navbar.html' %} {% include 'root/loader.html' %}
Maintain Purchaser Cockpit Data

{% for purchcockpit in purch_Cockpit %} {% endfor %}
Product category from Product category to Purchaser cockpit value
{{purchcockpit.from_prod_cat}} {{purchcockpit.to_prod_cat}} {{purchcockpit.purch_cockpit_value}}
{% endblock %}