BLENDING PLATFORMBLEND INFO.
Blend Report
{% if d %}
INTERCONTINENTAL DISTILLERS LIMITED
TRIANGLE TEST SUMMARY
SAMPLES OF : {{d.product}} DATE : {{tasting.triangulation_date}}
SINGLE SAMPLES : {{tasting.single_sample}}
PAIR : {{tasting.triangulation_code}}
| TASTER |
CORRECT ANSWERSCORESCORE |
NONE SELECTED | INCORRECT ANSWER | |
|---|---|---|---|---|
| {{t.taster}} | {% if t.score == 'CORRECT' %}✔{% else %}—{% endif %} | {% if t.score == 'CORRECT' %}✔{% else %}—{% endif %} | {% if t.score == 'CORRECT' %}—{% else %}✔{% endif %} | {% if t.score == 'CORRECT' %}—{% else %}✔{% endif %} |
Correct answer were given
P. And the result is : {{tasting.result}}{% if tasting.significant %}SIGNIFICANT{% else %}NOT SIGNIFICANT{% endif %}
{% endif %}