{% load static %} {% block title %}Triangle Test Summary | IQBlending{% endblock %}

{% 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}}

{% for t in tasting.tasters %} {% endfor %}
TASTER
CORRECT ANSWER

SCORESCORE

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 %}