{% block content %} {% if player.id_in_group < 11 %}

Round {{ player.round_number}} is selected. Your final payment is {{ player.participant.payoff}} .

{% else %}

Your received {{ player.participant.payoff}} .

{% endif %} {% if player.id_in_group < 11 %} {% if player.round_number != 1 %}
History Table
{% for p in player.in_previous_rounds %} {% endfor %}
Round You keep
{{ p.round_number }} {{ p.bid_amount}}
{% endif %} {% endif %} {% endblock %}