{% block title %} Player A (Phase 1; Round {{ round_number }}/{{ num_rounds }}) {% endblock %} {% block content %}

In this game you have been assigned the role of Player A.
Your decision will determine the percentage of Player B's points production that will be transferred to you.

{% if round_number > 1 %} {% for round in round_results %} {% endfor %}
Round Player A Player B Your Payoff
{{ round.round_number }} {{ round.tax_amount }} {{ round.p2_current_round }} {{ round.payoff }}
{% endif %} Enter the percentage (from 0 to 100) of Player B's points production that will be transferred to you: {{ formfields }}

Сlick the 'Next' button to move forward. Then Phase 2 will begin, in which Player B will produce.
It may take a few minutes.

{{ next_button }}
{% endblock %} {% block scripts %} {% endblock %}