{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}

The exact value is:

{{ if player.check_value == False }} ? {{else}} {{ rval }} {{ endif }}

{{ if player.payoff == C.DIS_PAYOFF }}


The exact value is less than 70 and therefore you lost {{absLoss}} points.

{{ endif }} {{ if player.check_value == True }}


You checked at the cost of 1 point.

{{ endif }} {{ if player.payoff != C.DIS_PAYOFF and player.check_value == False}}


The exact value is higher than 70 and therefore you did not lose points.

{{ endif }}



{{ endblock }}