{% block content %}

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

{% if player.id_in_group == 1 %} {% if player.round_number != 1 %}
History Table
{% for g in group.in_previous_rounds %} {% endfor %}
Round You keep You gave
{{ g.round_number }} {{ g.kept}} {{ g.offer}}
{% endif %} {% endif %} {% endblock %}