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

Office Head BTB LCS

{% if dummy_btb_lcs %} {% for item in dummy_btb_lcs %} {% endfor %} {% else %} {% endif %}
SL File Head Supplier Date Value($) Conv. Rate Receivable(BDT) Remarks Action
{{forloop.counter}} {{ item.file }} {{ item.head }} {{ item.supplier }} {{ item.date }} ${{ item.value_dollar|intcomma }} Tk {{ item.conversion_rate }} Tk {{ item.receivable_tk|floatformat:3|intcomma }} {{ item.remarks|default:"N/A" }}
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 %}