{{ block title }} {% if player.participant.is_dropout %} Thank you for having participated in our experiment! {% else %}Stage 2: Your Choice {% endif %} {{ endblock }} {{ block content }} {% if player.participant.is_dropout %}
You were excluded from the experiment due to inactivity.
{% else %}Participants of Type A transferred {{group.total_contribution}} to the group account.
How many Points do you want to transfer from or to the group account?
Click on the bar and then move the cursor to decide.
{{ next_button }}
{{ include 'general/countdown_includable.html' }} {{ include 'general/dropout_communication.html' }} {% endif %} {{ endblock }}