{{ block title }} Feedback {{ endblock }} {{ block content }}
Period {{ player.round_number }}
{{ if player.round_number <= 5 }}

{{ elif player.round_number > 5 }}

{{ endif }} {{ if player.type == "cont" }}

Your endowment: 10 ECU.

Your contribution: {{ player.contribution }} ECU.

The amount you have not paid into the pool: {{ player.not_pay }} ECU.

The released amount: {{ player.release }} ECU.

Your own portion of the released amount: {{ player.release_a }} ECU.

Your own period payoff: {{ player.period_payoff }} ECU.

{{ if player.round_number == 1 }} {{ elif player.round_number > 1 }} {{ for round in past_rounds }}

Your payoff in Period {{ round.round_number }}: {{ round.period_payoff }}

{{ endfor }} {{ endif }} {{ elif player.type == "admin" }}

Your secure income: 30 ECU.

The pool: {{ player.pool }} ECU.

The multiplied pool: {{ player.multiplied_pool }} ECU.

The released amount: {{ player.release }} ECU.

Every A-participant’s portion of the released amount: {{ player.release_a }} ECU.

The unreleased amount: {{ player.unrelease }} ECU.

Your own portion of the unreleased amount: {{ player.unrelease_b }} ECU.

Your own period payoff: {{ player.period_payoff }} ECU.

{{ if player.round_number == 1 }} {{ elif player.round_number > 1 }} {{ for round in past_rounds }}

Your payoff in Period {{ round.round_number }}: {{ round.period_payoff }}

{{ endfor }} {{ endif }} {{ elif player.type == "coll" }}

Your secure income: 30 ECU.

The pool: {{ player.pool }} ECU.

The multiplied pool: {{ player.multiplied_pool }} ECU.

The released amount: {{ player.release }} ECU.

Every A-participant’s portion of the released amount: {{ player.release_a }} ECU.

The unreleased amount: {{ player.unrelease }} ECU.

Your own portion of the unreleased amount: {{ player.unrelease_c }} ECU.

Your own period payoff: {{ player.period_payoff }} ECU.

{{ if player.round_number == 1 }} {{ elif player.round_number > 1 }} {{ for round in past_rounds }}

Your payoff in Period {{ round.round_number }}: {{ round.period_payoff }}

{{ endfor }} {{ endif }} {{ endif }}
{{ endblock }}