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

Styles

{% comment %} {% endcomment %} {% if style_lists %} {% for style in style_lists %} {% if style.editable == True %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
SL Buyer Style Number Style Description BudgetSampleDate Team Action
{{forloop.counter}} {{style.style.buyer_display.buyer}} {{style.style.style_number}} {{style.style.style_description}}Not ApprovedApproved {{ style.style.created_date }} {{style.style.team}}
    {% comment %}
  • {% endcomment %} {% comment %}
  • {% endcomment %} {% if style.editable == True %}
  • {% else %} {% if request.user.is_superuser == True %}
  • {% else %}
  • {% endif %} {% endif %} {% comment %}
  • {% endcomment %}
No Data is Found
{% if style_lists.has_other_pages %} {% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}