{% if (error_message != "") %} {% endif %}
{% for item in data %} {% if (item[3] == "PASS") %} {% elif (item[3] == "FAIL") %} {% else %} {% endif %} {% endfor %}
EID Suite - Test Case Status Time Error Comment
{{item[1]}} {{item[2]}} {{item[3]}} {{item[3]}} {{item[3]}}{{item[4]}} {{item[5]}} {% if (item[3] == "FAIL") %} Updated On: {{item[12]}}
Review By: {{item[9]}}
Issue Type: {{item[10]}}
Assigned To: {{item[7]}}
ETA: {{item[8]}}
Comment: {{item[6]}}
{% endif %}