{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Budget Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% comment %} {% if request.user.is_superuser == True %} {% include 'marchant_app/budget/index/super_admin_index.html' %} {% endif %} {% endcomment %} {% comment %} {% if request.user.user_type == 'Mother_Organization_admin' %} {% include 'marchant_app/sample_section/index/mother_admin_index.html' %} {% endif %} {% if request.user.user_type == 'Sister_Organization_admin' %} {% include 'marchant_app/sample_section/index/sister_admin_index.html' %} {% endif %} {% if request.user and request.user.user_type != 'Sister_Organization_admin' and request.user.user_type != 'Mother_Organization_admin' and request.user.is_superuser != True %} {% include 'marchant_app/sample_section/index/merchant_admin.html' %} {% endif %} {% endcomment %} {% comment %} {% if lot_number_list %} {% endcomment %}

Budgets Index

{% for budget in budgets_list %} {% endfor %}
SL No Budget Name PO Style Number Finance Company File Name Status Preview
{{forloop.counter}} {{ budget.0 }} {{ budget.1 }} {{ budget.2 }} {{ budget.3.name }} {% if budget.5 %} {{ budget.5.file.name }} {% else %} Not Assigned {% endif %} {{ budget.4.is_cost_submit_status }}
{% if lot_number_list.has_other_pages %} {% endif %}
{% comment %} {% else %}

No Data Found

{% endif %} {% endcomment %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}