{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL | File | Budget | Payment Mode | Supplier | Value($) | Conv. Rate | Value(TK) | Remarks | Action |
---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ item.file }} | {{ item.budget }} | {{ item.get_payment_mode_display }} | {{ item.supplier }} | $ {{ item.value_dollar }} | {{ item.conversion_rate }} | Tk. {{ item.value_tk|floatformat:3 }} | {{ item.remarks|default:"N/A" }} | |
Data is not found |