{% load static %} IQ-Chemical | Form BACK
{% if mat1 %}
SUPPLIER : {{ mat1.supplier }}
RM No. : {{mat1.reference}}
DATE : {{ mat1.date_sampled }}
{% for a in mat3 %} {% if mat1.material == 'ALCOHOL' and a.name == 'GRADE' %} {% else %} {% endif %} {% endfor %}
S/No. TEST SPECIFICATION RESULT
{{ forloop.counter }}{{ a.name }} GRADE 1 = 8.0 - 10.0
LOWER GRADE 1 = 7.0 - 8.0
GRADE 2 = 6.5 - 7.0
RUM SPIRIT GRADE = 6.0 - 6.5
CRUDE GRADE : BELOW 6.0
TASTING SCORE : {{ mat2.tasting_score }}

{{ a.result }}

{{ a.name }} {{ a.spec }} {{ a.result }}
COMMENT :

{{ mat2.comment }}



{% else %}

Material not Found!!!

{% endif %}