{% extends "global/Page.html" %} {% load otree %} {% block title %} Please, wait for your group to form. {% endblock %} {% block content %} Your ID number is {{player.name}}.

please, choose whom you would like link to.
{% if player.name != 'ID1' %} ID1
{% endif %} {% if player.name != 'ID2' %} ID2
{% endif %} {% if player.name != 'ID3' %} ID3
{% endif %} {% if player.name != 'ID4' %} ID4
{% endif %} {% if player.name != 'ID5' %} ID5
{% endif %} {% if player.name != 'ID6' %} ID6
{% endif %} {% if player.name != 'ID7' %} ID7
{% endif %} {% if player.name != 'ID8' %} ID8
{% endif %} {% if player.name != 'ID9' %} ID9
{% endif %} {% if player.name != 'ID10' %} ID10
{% endif %} {% if player.name != 'ID11' %} ID11
{% endif %} {% if player.name != 'ID12' %} ID12
{% endif %} {% if player.name != 'ID5' %} ID5
{% endif %} {% if player.name != 'ID5' %} ID5
{% endif %}
{% next_button %} {% endblock %}