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

Line Index

{% if line_obj %} {% for item in line_obj %} {% endfor %} {% else %} {% endif %}
SL Production Unit Category Floor Line HR Corresponding Line Action
{{forloop.counter}} {{ item.production_unit}} {{ item.get_category_display}} {{ item.floor}} {{ item.line}} {{ item.hr_line.working_place}}
Data not found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}