{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Group Activity {% endblock %} {% block content %}
{% if player.role_round1 == 'A' %}
How much do you think the other participant will send back to you?
{% if player.contribution_dp == 5 %}
{% formfield player.guess_alter_1a %}
{% elif player.contribution_dp == 10 %}
{% formfield player.guess_alter_1b %}
{% endif %}
{% elif player.role_round1 == 'B'%}
How much do you think the other participant will send to you?
{% formfield player.guess_playerA_r1 %}
{% endif %}
{% next_button %}
{% endblock %}