{% load static %}
PREPARED BY : {{ checked_by}} |
DATE : {{ mat1.checked_by_date }} |
|---|---|
APPROVED BY : {{ approved_by }} |
DATE : {{ mat1.approval_date }} |
SUPPLIER : {{ mat1.supplier }} |
RM No. : {{mat1.reference}} |
DATE : {{ mat1.date_sampled }} |
|---|
| S/No. | TEST | SPECIFICATION | RESULT | |||
|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {% if mat1.material == 'ALCOHOL' and a.name == 'GRADE' %}{{ 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 }} |
{% else %}
{{ a.name }} | {{ a.spec }} | {{ a.result }} | {% endif %}
COMMENT :
{{ mat2.comment }}
|
||||||
Material not Found!!!
{% endif %}