{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} ECC/PCC/NEGOTIATION {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

ECC/PCC/NEGOTIATION

{% if financial_calculations %} {% for item in financial_calculations %} {% endfor %} {% else %} {% endif %}
SL Head Description File Budget Value(BDT) Conversion Rate Value($) Remarks Action
{{forloop.counter}} {{item.get_head_display}} {{item.description}} {{ item.file }} {{ item.file_budget }} Tk. {{ item.value_tk }} $ {{ item.conversion_rate }} $ {{ item.value_dollar|floatformat:4 }} {{ item.remarks }}
No Data Is Found
{% if file_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}