{% 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 Index

{% 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 %} {% else %} {% endif %}
SL File Name File Value Order No Sub Order Budget Name Replaced Contract Action
{{forloop.parentloop.counter}} {{ file.file.name }} ${{ file.file.file_display_value }}{{ file.budget }}{{forloop.counter}}{{ file.file.name }}ORDER NO {{file.order_no}} {{file.sub_order}} {{ file.budget }}
    {% for sales_contract in file.replaced_contracts %}
  1. {{sales_contract.sales_contract}}
  2. {% endfor %}
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 %}