{% extends "global/Page.html" %} {% load otree static %} {% block title %} Beliefs about other Players {% endblock %} {% block content %}
A B C
Received {{ sentA }} {{ sentB }} {{ sentC }}
Sent Back {{ sent_backA }} {{ sent_backB }} {{ sent_backC }}
Rate {{ rateA }} {{ rateB }} {{ rateC }}
How much do you think the player will take from the group account? {% formfield player.about_A label=''%} {% formfield player.about_B label=''%} {% formfield player.about_C label=''%}
The probability that the player takes everything in the group account (%): {% formfield player.prob_A label=''%} {% formfield player.prob_B label=''%} {% formfield player.prob_C label=''%}
{% next_button %} {% endblock %}