{% extends 'base.html'%} {% block title %} {% endblock %} {% block content %}

Last Changes



{% for row in changes %} {% if row.Reason == 0 %} {% elif row.Reason == 1 %} {% elif row.Reason == 2 %} {% elif row.Reason == 3 %} {% elif row.Reason == 4 %} {% else %} {% endif %} {% endfor %}
ID Date Kiln Name Zone Number Position Reason Code Reason New Element ID
{{ row.ChangeId }} {{ row.ChangeDate }} {{ row.KilnID.KilnName }} {{ row.ZoneID.ZoneNumber }} {{ row.Position}} {{ row.Reason }}High ResistanceInvalid ParametersWrong TypeBrokenConditions ChangedUndefined{{ row.NewElementID.ElementId }}
{% endblock %}