EID
Test Case
Status
Tags
{% for item in data %}
{{item[0]}}
{{item[1]}}
{% if (item[2] == "PASS") %}
{{item[2]}}
{% elif (item[2] == "FAIL") %}
{{item[2]}}
{% else %}
{{item[2]}}
{% endif %}
{{item[3]}}
{% endfor %}