{% extends 'base/base.html' %} {% block start %}

Machine Operator Bundle

{% comment %} {% if messages %} {% endif %} {% endcomment %}
{% comment %} Add New {% endcomment %}
{% for item in data_steps %} {% comment %} {% endcomment %} {% endfor %}
Id Machine ID Operator ID Bundle ID Start Time End Time Created On
{{ forloop.counter }} {{ item.machine_ID }} {{ item.operator_ID }} {{ item.bundle_ID }} {{ item.startTime }} {{ item.endTime }} {{ item.created_on }}edit delete
{% endblock %}