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

File Index

{% if file_list %} {% for file in file_list %} {% endfor %} {% else %} {% endif %}
SL File Name Opening Date Beneficiary Company Bank Details Bank SL Date of Lien Remarks Action
{{forloop.counter}} {{ file.name }} {{ file.created_date }} {{ file.beneficiary_company }} {{ file.bank }}
{{ file.bank_branch }}
{{ file.bank_sl_no }} {{ file.bank_lien_date }} {{ file.remarks }}
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 %}