{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Floor Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}

Floor Index

{% if floor_obj %} {% for item in floor_obj %} {% endfor %} {% else %} {% endif %}
SL Production Unit Floor Name Action
{{forloop.counter}} {{ item.production_unit}} {{ item.name}}
Data not found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}