{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} PI Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

PI Issue Index

{% comment %}
{% endcomment %}
{% for obj in proforma_invoice %} {% endfor %}
SL No Style Number PO Buyer name Beneficiary Action
{{forloop.counter}} {{ obj.style }} {{ obj.po_number}} {{ obj.proforma_invoice.buyer_name }} {{ obj.proforma_invoice.beneficiary }}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}