{% block content %} {% if player.id_in_group < 11 %} {% for p in player.in_all_rounds %} {% if p.is_winner == 1 %}

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

{% endif %} {% endfor %} {% 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_all_rounds %} {% endfor %}
Round You keep
{{ p.round_number }} {{ p.keep_amount}}
{% endif %} {% endif %} {% endblock %}