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

Machine

{% comment %} {% if messages %} {% endif %} {% endcomment %}
{% for item in data %} {% endfor %}
id title Device ID Step ID State Created On action
{{ forloop.counter }} {{ item.title }} {{ item.device_ID }} {{ item.step_ID }} {{ item.state }} {{ item.created_on }} edit delete
{% endblock %}