{{ block title }} {% if player.participant.is_dropout %} Thank you for having participated in our experiment! {% else %}Stage 3: Your Choice of Communication{% endif %} {{ endblock }} {{ block content }} {% if player.participant.is_dropout %}
You were excluded from the experiment due to inactivity.
{% else %} {{ form.dictator_choice }}{{ next_button }}
{{ include 'general/countdown_includable.html' }} {{ include 'general/dropout_communication.html' }} {% endif %} {{ endblock }}