{{ block title }} {{ endblock }} {{ block content }}
You claimed {{ player.number_tutorial }} tokens. {{ if player.noise == 0 }} {{ if player.threshold_check == True }} This claim was not successful. ✖
Your earnings in this part would be 0 tokens.
The number of tokens available in this tutorial was {{player.threshold}}.
This tutorial ends now.
{{else}} {{ if player.field_maybe_none('warning_active') == False }} This claim was successful. ✔No alarm is sent.
According to the warning system there are {{player.warning}} or more tokens in the pot.
Your earnings so far would be {{ player.sum_claims1 }} tokens.
You can continue to the next round.
{{else}} This claim was successful. ✔An alarm is sent.
According to the warning system there are at least {{player.number_tutorial }} and at most {{player.warning}} tokens in the pot.
Your earnings so far would be {{ player.sum_claims1 }} tokens.
You can continue to the next round.
{{ endif }} {{endif}} {{else}} {{if player.threshold_check == 1}} This claim was not successful. ✖Your earnings in this part would be 0 tokens.
The number of tokens available in this tutorial was {{player.threshold}}.
This tutorial ends now.
{{else}} {{ if player.field_maybe_none('warning_active') == False }} This claim was successful. ✔No alarm is sent.
According to the warning system there are {{player.warning}} or more tokens in the pot.
Your earnings so far would be {{ player.sum_claims1 }} tokens.
You can continue to the next round.
{{else}} This claim was successful. ✔An alarm is sent.
According to the warning system there are at least {{player.number_tutorial }} and at most {{player.warning}} tokens in the pot.
Your earnings so far would be {{ player.sum_claims1 }} tokens.
You can continue to the next round.
{{ endif }} {{endif}} {{endif}}