{{ extends "global/Page.html" }} {{ block title }} {{ endblock }} {{ block content }}
{{ if icons == 'smileys' }} Gains: {{ gains }} pts     Loss boxes: {{ player.roundlosscards }} {{ else }}   {{ endif }}

{{ if icons == 'smileys' }} {{ if practiceround }} This was practice round {{ player.round_number }}. {{ if player.round_number == 2 }} The next round will be a real decision round. {{ endif }}

{{ endif }} {{ if player.endedinloss == 0 }} You decided to stop after {{ if player.chosencard == 1 }} 1 gain box. {{ else }} {{ player.chosencard }} gain boxes. {{ endif }} Each gain box was {{ player.roundgain }} points. Your gains are {{ gains }} points. {{ else }} You opened a loss box. Before that you managed to open {{ player.chosencard }} gain boxes. Each gain box was {{ player.roundgain }} points. Your gains are {{ gains }} points and losses {{ player.roundloss }} points. {{ endif }} Therefore your total points for this round are {{ player.profit }}.
{{ else }} {{ if player.endedinloss == 0 }} {{ if player.chosencard == 0 }} You stopped without collecting any ice creams. {{ else }} You collected {{ player.chosencard }} ice creams and avoided the {{ if player.roundlosscards == 1 }} bird! {{ else }} birds! {{ endif }} {{ endif }} {{ else }} You opened a bird box {{ if player.chosencard == 0}} before collecting any ice creams. {{ else }} and the bird ate all your ice creams! {{ endif }} {{ endif }} {{ endif }}


{{ if player.round_number == C.NUM_ROUNDS }}

That was the last round of the Decision task.

{{ endif }}
{{ next_button }}




















{{ endblock }} {{ block scripts }} {{ endblock }}