{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL | Parent File | BTB LC NO | LC Type | Opening Date | Tenor | Supplier | PI No | PI Value | Finance File | {% comment %}File Value | {% endcomment %}LC Value | Amendments Value | Total LC Value | Remarks | Transfer | Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ item.parent_file }} | {{ item.lc_no }} | {{ item.get_lc_type_display }} | {{ item.opening_date }} | {{ item.tenor.terms_short_name }} | {% if item.supplier %} {{ item.supplier }} {% else %} {% for request in request_data %} {{request.supplier}} {% endfor %} {% endif %} | {% if request_data %} {% for request in request_data %} {{ request.pi_no }}{% if not forloop.last %}, {% endif %} {% endfor %} {% else %} N/A {% endif %} | ${{ total_pi_value }} | {{ item.finance_file }} | {% comment %}${{ item.finance_file.file_display_value }} | {% endcomment %}${{ item.value }} | {% if cumulative_amendments %} {% if cumulative_amendments|length > 1 %} {% for amendment in cumulative_amendments %} ${{ amendment }}{% if not forloop.last %} + {% endif %} {% endfor %} = ${{ cumulative_total }} {% else %} ${{ cumulative_amendments.0 }} = ${{ cumulative_total }} {% endif %} {% else %} $0 {% endif %} | ${{ total_lc_value }} | {{ item.remarks|default:"N/A" }} | {{ item.transfer_status }} | |
Data is not found |