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