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

BTB Opening Request

{% if object_list %} {% for object in object_list %} {% endfor %} {% else %} {% endif %}
SL Supplier PI No PI Value BTB Value Supplier Type Tenor Sales Contract
{{forloop.counter}} {{ object.supplier }} {{ object.pi }} ${{ object.pi_value }} ${{ object.btb_value }} {{ object.get_supplier_type_display }} {{ object.tenor }} {{ object.sales_contract.sales_contract_no }}
Data is not found
{% if file_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}