{% extends "merchant_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 %}

Budgets Index

{% comment %} {% endcomment %} {% comment %} {% endcomment %} {% if budgets_list %} {% for budget in budgets_list %} {% comment %} {% endcomment %} {% comment %} {% endcomment %} {% endfor %} {% else %} {% endif %}
SL No Budget NamePOStyle NumberTeam Finance Company Mode Of Price File Name Status
Comment
Management Approvals Preview
{{forloop.counter}} {{ budget.0 }}{{ budget.1 }}{{ budget.2 }}{{ budget.3 }} {{ budget.4.name }} {{ budget.0.get_mode_of_price_display}} {% if budget. %} {{ budget.5.file.name }} {% else %} Not Assigned {% endif %} {{ budget.5.get_budget_submit_status_display }}
{% if budget.0.comment %} Comment: {{budget.0.comment}} {% else %} {% endif %}
{{ budget.0.get_management_budget_submit_status_display }}
{{budget.0.comment}}
  • {% comment %} {% if budget.0.mode_of_price == 'fob' %} {% endcomment %}
  • {% if budget.0.budget_submit_status == 'not_submit' or request.user.is_superuser == True %}
  • {% else %}
  • {% endif %} {% if budget.0.budget_submit_status == 'not_submit' %}
  • {% endif %} {% comment %}
  • {% endcomment %}
No Data Found
{% if page_obj.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}