{% extends "global/Page.html" %} {% load otree static %} {% block title %}
{% if num_round == 0 %} Practice Round {% else %} Round {{num_round }} of {{ num_of_round }} {% endif %}
Results
{% endblock %} {% block content %}This round ends at period {{player.period}} . The cost of waiting is {{player.cost_waiting}}
In that period, your selection is {{player.choice}}, and your opponent's selection is {{player.get_partner.choice}}. This round ends with {{player.round_result}}.
Your strength in this round is {{player.ability}}, and your opponent's strength is {{player.get_partner.ability}}.
Your extra earnings in this round are {{player.round_earning}}.
Plus the 190 points endowment, your total payoffs in this round are {{player.payoff}}.
Please click "next" button to proceed to next round.
{% next_button %} {% endblock %}