{% extends "finance_and_banking_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} File {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if file_list %}
{% for file in file_list %} {% endfor %}
SL No File Name File value Bank Details File Date Action
{{forloop.counter}} {{ file.name }} {{ file.value }} {{ file.bank }}
{{ file.bank_branch }}
{{ file.created_date }}
{% if file_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}