{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Style {% 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/style/index/super_admin_index.html' %} {% endif %} {% endcomment %} {% comment %} {% if request.user.user_type == 'Mother_Organization_admin' %} {% include 'merchandising/style/index/mother_admin_index.html' %} {% endif %} {% endcomment %} {% comment %} {% if request.user.user_type == 'Sister_Organization_admin' %} {% include 'merchandising/style/index/sister_admin_index.html' %} {% endif %} {% endcomment %} {% comment %} {% 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 'merchandising/style/index/merchant_admin.html' %} {% endif %} {% endcomment %} {% if style_list %}

Styles

{% comment %} {% endcomment %} {% for style in style_list %} {% comment %} {% endcomment %} {% if style.is_cost_submit_status == "Approved" %} {% elif style.is_cost_submit_status == "Not Submit" %} {% elif style.is_cost_submit_status == "Rejected" %} {% else %} {% endif %} {% if style.team %} {% else %} {% endif %} {% if style.is_cost_submit_status == "Not Submit" %} {% else %} {% endif %} {% endfor %}
SL Mother Organization Sister OrganizationStyle Number Style Description Buyer Costing Sample Date Team Action
{{forloop.counter}}{{ style.mother_organization }} {{ style.sister_organization }}{{ style.style_number }} {{ style.style_description }} {{ style.buyer }} {{style.is_cost_submit_status }} Not Submitted {{style.is_cost_submit_status }} {{style.is_cost_submit_status }} Pending {{ style.created_date }}{{style.team}}
{% if style_list.has_other_pages %} {% endif %}
{% else %}

Styles

{% comment %} {% endcomment %}
SL NoMother Organization Sister OrganizationBranch Style Number Style Description Buyer Costing Sample Date Team Action
No Data Found
{% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}