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

BTB Opening Request Index

{% if btb_opening_obj %}
{% for pi in btb_opening_obj %} {% if pi.opened_requested_btb_lc != 'Not Opened' %} {% else %} {% endif %} {% endfor %}
BTB Positions
SL No PI Number Supplier PI Value BTB LC Value BTB LC Number Supplier Type Sales Contract Remarks Action
{{forloop.counter}} {{pi.pi.pi_no}} {{pi.supplier}} ${{pi.pi_value}} ${{pi.btb_value}} {{pi.opened_requested_btb_lc}}Not Opened{{pi.get_supplier_type_display}} {{pi.sales_contract}} {{pi.payment_requests.remarks}}
{% if btb_opening_obj.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}