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

Budget Index

{% if budgets %} {% for budget in budgets %} {% endfor %} {% else %} {% endif %}
SL No Budget Name Team Finance Company Mode Of Price File Name Management Approvals Action
{{ forloop.counter }} {{ budget.name }} {{ budget.team }} {{ budget.finance_company }} {{ budget.get_mode_of_price_display }} {{ budget.file_name }} {{ budget.get_management_budget_submit_status_display }}
Data Not Found

{% comment %} {% endcomment %} {% if budget_archive %} {% regroup budget_archive by file.name as grouped %} {% for group in grouped %} {% for file in group.list %} {% ifchanged %} {% comment %} {% endcomment %} {% endifchanged %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% ifchanged %} {% endifchanged %} {% endfor %} {% endfor %} {% else %} {% endif %}
SL File Name File Value Order No Sub Order Budget NameReplaced Contract MDR Sales ContractReplacement Date Contract Date 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 mdr_sales_contract in file.mdr_sales_contracts %}
  1. {{mdr_sales_contract.sales_contract}}
  2. {% endfor %}
    {% for mdr_sales_contract in file.mdr_sales_contracts %}
  1. {{mdr_sales_contract.mdr_sales_contract}}
  2. {% endfor %}
{{file.replacement_date|default:"N/A"}} {{file.contract_date|default:"N/A"}}
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 %}