{% load static %} {% block title %}Print Blend | IQBlending{% endblock %}

{% if blend %}

INTERCONTINENTAL DISTILLERS LIMITED

DAILY BLENDING QUALITY ASSURANCE REPORTS   REF NO PC1
{% if blend.product_type == 'ALCOHOLIC' %}ALCOHOLIC PRODUCTS{% elif blend.product_type == 'NON-ALCOHOLIC' %}NON-ALCOHOLIC PRODUCTS{% else %}{% endif %}

PRODUCT : {{blend.product}}

{{blend.product}} ALCOHOL USED DEMIN WATER SUGAR SYRUP

BLEND No. : {{blend.blend_number}}/ {{blend.blend_number_2}}

TANK No. : {{blend.tank_number}}

VOLUME. : {{blend.volume_in_ltr}}

DATE BLENDED : {{blend.date_blended}}

SOURCE : {{blend.alcohol_source}}

TASTING SCORE : {{blend.alcohol_tasting_score}}

pH : {{blend.demin_water_ph}}

COND. : {{blend.demin_water_conductivity}}

CHLORINE : {{blend.demin_water_chlorine}}

IRON : {{blend.demin_water_iron}}

CALCIUM : {{blend.demin_water_calcium}}

PLANT : {{blend.demin_water_plant}}

CAUSTIC : {{blend.demin_water_caustic_code}}

HCL CODE : {{blend.demin_water_hcl_code}}

DATE GEN. : {{blend.demin_water_plant}}

BRIX : {{blend.sugar_brix}}

pH : {{blend.sugar_ph}}

COND. : {{blend.sugar_conductivity}}

TEMP. : {{blend.sugar_temperature}}

PASS/FAIL : {{blend.sugar_pass_or_fail}}

HYGIENE : {{blend.hygiene}}
INGREDIENTS
{% for i in ingr %} {% endfor %}
# INGREDIENTS QUANTITY SOURCE/SUPPLIER DATE/CODE

{{ forloop.counter }}

{{i.ingredient}}

{{i.quantity}}

{{i.supplier}}

{{i.date_of_supply}}/{{i.ingredient_code}}

NOTE : If ingredients emmanates from more than one source, it must bear different numbers.

PRODUCT PARAMETERS AFTER BLENDING SIGN.

ALCOHOL STRENGTH : {{blend.product_alcoholic_strength}}

pH : {{blend.product_ph}}

COND. : {{blend.product_conductivity}}

BRIX : {{blend.product_brix}}

TASTING RESULTS : {{blend.product_tasting_result}}

COLOR : {{blend.product_color}}

BLENDING INSP. : {{blend.blending_inspector}},   DATE : {{blend.datetime}}

COMMENT: {{blend.comment}}

SIGN. .................................................

CHECKED BY : {{blend.checked_by}},   DATE : {{blend.checked_by_date}}

CBMO COMMENT: {{blend.checked_comment}}

CBMO SIGN. .................................................

APPROVED BY : {{blend.approved_by}},   DATE : {{blend.checked_by_date}}

APPROVER COMMENT: {{blend.approver_comment}}

QAM SIGN. .................................................



{% endif %}