{% extends "ie_base.html" %} {% load static %} {% load crispy_forms_tags %} {% block title %} Machine Type Index {% endblock title %} {% block Style %} {% endblock Style %} {% block MainContent %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% if request.user.is_superuser or user_obj.user_type == 'central_user' or request.user.ie_support_user or user_obj.user_type == 'factory_admin' %}

Machine Type Index

{% if obj_list %} {% for item in obj_list %} {% endfor %} {% else %} {% endif %}
SL Machine Type Working Type Short Name Action
{{forloop.counter}} {{ item.name}} {{ item.get_working_type_display}} {{ item.short_name}}
Data not found
{% endif %}
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}