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

Pending PI

{% for pi in object_list %} {% endfor %}
SL No PI Number Supplier PI value Budget File Submission Status BTB LC Action
{{forloop.counter}} {{pi.pi_no}} {{pi.supplier}} {{pi.pi_value}} {{pi.parent_order}} {{pi.parent_file}} {{pi.get_f_nd_b_submission_display}}
{% if object_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}