{% extends 'base.html'%} {% block title %} {% endblock %} {% block content %}
| ID | Date | Kiln Name | Zone Number | Position | Reason Code | Reason | Previous Element ID | New Element ID | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.ChangeId }} | {{ row.ChangeDate }} | {{ row.KilnID.KilnName }} | {{ row.ZoneID.ZoneNumber }} | {{ row.Position}} | {{ row.Reason }} | {% if row.Reason == 0 %}High Resistance | {% elif row.Reason == 1 %}Invalid Parameters | {% elif row.Reason == 2 %}Wrong Type | {% elif row.Reason == 3 %}Broken | {% elif row.Reason == 4 %}Conditions Changed | {% else %}Undefined | {% endif %}{{ row.NewElementID.ElementId }} | {{ row.NewElementID.ElementId }} |