{% extends "merchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}
SL No | Budget Name | {% comment %}PO | {% endcomment %} {% comment %}Style Number | {% endcomment %}Team | Finance Company | Mode Of Price | File Name | Status Comment |
Management Approvals | Preview |
---|---|---|---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{ budget.0 }} | {% comment %}{{ budget.1 }} | {% endcomment %} {% comment %}{{ budget.2 }} | {% endcomment %}{{ 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}} |
|
No Data Found |