{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} Trial Number {{ subsession.round_number }}
{% if subsession.round_number < 4%} Practice Trial {{ subsession.round_number }} of 3 {% else %} Actual Trial {{ actual_round_number }} of 5 {% endif %}

Round 1 Results

You {% if player.is_winner %} Won {% else %} Lost {% endif %}
Your bid {{ player.investment }} points
{{ other_player_role }}'s bid {{ other_player_investment }} points
You Predicted {{ player.Perceived_investment }} points
Prediction Payoff {{ player.guesspayoff1 }}
Your chance of winning {% if player.id_in_group == 1 %} {{group.chance_A}} {% else %} {{group.chance_B}} {% endif %} percent
Bid task Payoff {{ player.payoff1 }}
Total Round 1 Payoff {{ player.Totalpayoff1 }}


{% next_button %} {% endblock %}