PI Details
{% for obj in pi_details %} {% endfor %} {% for document in pi_documents %} {% endfor %}
Budget {{obj.budget}}
Supplier {{obj.supplier}}
PI No {{obj.pi_no}}
Tenor {{obj.tenor}}
Payment Type {{obj.get_payment_type_display}}
Document View Document
{% for obj in pi_details %} {% if obj.management_status == 'Approved' %} {% else %} {% endif %} {% endfor %}
BTB LC {{obj.btb_lc_no}}
Material Type {% if obj.material_type %}{{obj.get_material_type_display}} {% else %} N/A{% endif %}
PI Received Date {{obj.pi_rcv_date}}
Remarks {{obj.remarks|default:"N/A"}}
Management Approvals{{obj.get_management_status_display}}{{obj.get_management_status_display}}