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

File Budget

{% if file_list %}
{% regroup file_list by file.name as grouped %} {% for group in grouped %} {% for file in group.list %} {% ifchanged %} {% comment %} {% endcomment %} {% endifchanged %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% ifchanged %} {% endifchanged %} {% endfor %} {% endfor %}
SL No File Name Budget Name Action
{{forloop.parentloop.counter}} {{ file.file.name }}{{ file.budget }}{{forloop.counter}}{{ file.file.name }}{{ file.budget }}
{% if file_list.has_other_pages %} {% endif %}
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}