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

{% csrf_token %}
{{form.status|as_crispy_field}}
{% if budgets %} {% for budget in budgets %} {% endfor %} {% else %} {% endif %}
SL No Budget Name Team Finance Company Mode Of Price File Name Comment
Status
Management Approvals Action
{{forloop.counter}} {{ budget.name }} {{ budget.team }} {{ budget.finance_company }} {{ budget.get_mode_of_price_display }} {{ budget.file_name}} {{ budget.comment }} {{ budget.get_management_budget_submit_status_display }}
Data Not Found
{% if budgets_list.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}