{% extends "marchant_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %}Add Thread{% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{{style.id}}

{{style}}

Sewing Thread

{% if request.user.is_superuser == True %} {% endif %}
{% if style.is_material_submit == False %} {% if request.user.is_superuser == True or request.user.marchant_user_type == 'mother_admin' or request.user.marchant_user_type == 'sister_admin' or request.user.marchant_user_type == 'admin' or request.user.marchant_user_type == 'regular_user'%} {% include 'marchant_app/materials/thread/create/super_admin_forms.html' %} {% endif %} {% endif %} {% if thread_list %}

{{style}}

Sewing Thread

{% for thread in thread_list %} {% if style.is_material_submit == False %} {% else %} {% endif %} {% endfor %}
SL No Count Description Supplier Unit Consumption Wastage % Total Uses Action
{{forloop.counter}} {{ thread.thread.count }} {{ thread.thread.description }} {% if thread.supplier %} {{ thread.supplier }} {% else %} N/A {% endif %} {{ thread.unit }} {{ thread.consumption|floatformat:3 }} {{ thread.wastage|floatformat:3 }} {{ thread.total_uses|floatformat:3 }}
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}