{% load static %} IQ-Chemical | Form Back
{% if mat1 %}
{% for a in mat2 %} {% endfor %}
S/No. TEST SPECIFICATION RESULT
{{ forloop.counter }} {{ a.param }} {{ a.standard }} {{ a.unit }} {{ a.result }} {{ a.unit }}
COMMENT : {{mat1.comment}}
PERFORMED BY : {{mat1.performed_by}}
CHECKED BY : {{ checked_by}}
APPROVED BY : {{ approved_by}}



{% else %}

Material not Found!!!

{% endif %}