{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision in Round {{ player.round_number }} {% endblock %} {% block content %}
Your ID number is {{ player.name }}.


Please, choose whom you would like to link to:
{% for f in form %} {% formfield f %} {% endfor %} {% if numdropouts > 0 %}
NOTE: The following group members have dropped out of the experiment: {{ dropouts }}.

{% endif %} {% next_button %} {% endblock %}