{{ block title }} {% if player.participant.is_dropout %} Thank you for having participated in our experiment! {% elif group.number_in_round <= C.PROBABILITY_END %} Game Continues {% elif group.number_in_round > C.PROBABILITY_END %} Game Ends {% endif %} {{ endblock }} {{ block content }} {% if player.participant.is_dropout %}

You were excluded from the experiment due to inactivity.

Please close this study and return your submission on Prolific by selecting the 'Stop Without Completing' button.

{% else %} {% if player.round_number < C.NUM_ROUNDS %}

The computer selected the number {{ group.number_in_round }}.

{% if group.number_in_round <= C.PROBABILITY_END %}

The game continues to the next round.

{% elif group.number_in_round > C.PROBABILITY_END %}

The game ends.

{% endif %}

{% else %}

The game ends as you completed 30 rounds

{% endif %} {{ next_button }}

{{ include 'general/countdown_includable.html' }} {{ include 'general/dropout_communication.html' }} {% endif %} {{ endblock }}