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

Machines Index

{% if obj_list %} {% for item in obj_list %} {% endfor %} {% else %} {% endif %}
SL Production Unit Brand Machine Type Machine Code Lending Remarks Action
{{forloop.counter}} {{ item.production_unit}} {{ item.brand}} {{ item.type}} {{ item}} {{ item.is_lended}} {{ item.remarks}}
Data not found
{% endblock MainContent %} {% block meassage %} {% include 'notifications/notifications.html' %} {% endblock meassage %} {% block JS %} {% endblock JS %}