{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results of Period 2 {% endblock %} {% block content %}
You invested {{ player.investment_2 }} points
Other player invested {{ other_player_investment_2 }} points
Your chance of winning {% if player.id_in_group == 1 %} {{group.chance_A_2}} {% else %} {{group.chance_B_2}} {% endif %} percent
You {% if player.is_winner_2 %} Won {% else %} Lost {% endif %}
Payoff {{ player.payoff2 }}
{% next_button %} {% endblock %}