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

{{style}}

Fabric

{% 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/fabrics/create/super_admin_forms.html' %} {% endif %} {% endif %} {% if fabric_list %}

{{style}}

Fabric

{% for fabric in fabric_list %} {% if fabric.mill_name %} {% else %} {% endif %} {% if style.is_material_submit == False %} {% else %} {% endif %} {% endfor %}
SL No Fabric Application Name Mill Name Construction Unit Consumption Wastage (%) Usage Action
{{forloop.counter}} {{ fabric.fabric_application }} {{ fabric.fabric.fabric_name }}{{ fabric.mill_name }}N/A{{ fabric.fabric.construction }} {{ fabric.unit }} {{ fabric.consumption|floatformat:3 }} {{ fabric.wastage|floatformat:3 }} {{ fabric.total_uses|floatformat:3 }}
{% else %} {% comment %}

No Data Found

{% endcomment %} {% endif %} {% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}