{{ extends 'global/Page.html' }} {{ block title }}Rroud {{ player.round_number }} Stage 2{{ endblock }} {{ block content }}

Task1:
First dice is {{ first_dice1 }}, information source is {{ player.info_source1 }}.
Three dices provided by information source are {{ next_three1 }}.

{{ if graphics }}
{{ endif }} {{ if participant.control }} HINT: Also pay attention to those dices that are not shown to you by the information source. {{ endif }} {{ formfield 'guess1' }}

Task2:
First dice is {{ first_dice2 }}, information source is {{ player.info_source2 }}.
Three dices provided by information source are {{ next_three2 }}.

{{ if graphics }}
{{ endif }} {{ if participant.control }} HINT: Also pay attention to those dices that are not shown to you by the information source. {{ endif }} {{ formfield 'guess2' }} {{ next_button }} {{ endblock }}