{{ block title }} Feedback {{ endblock }} {{ block content }}
Period {{ player.round_number }}
{{ if player.type == "cont" }}

Your endowment: 20 ECU.

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

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

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

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

The disclosure decision made by the C-participant: {{ player.disclose2 }}.

{{ if player.disclose == '1' }}

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

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

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

The B-participant’s portion of the unreleased amount: {{ player.unrelease_b }} ECU.

The C-participant’s portion of the unreleased amount: {{ player.unrelease_c }} ECU.

Your portion of the 50% unreleased amount: {{ player.unrelease_a }} ECU.

the B-participant’s portion of the unreleased amount after disclosure: {{ player.unrelease_b_dis }}

the C-participant’s portion of the unreleased amount after disclosure: {{ player.unrelease_c_dis }}

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

{{ elif player.disclose == '2' }}

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

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

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

The B-participant’s portion of the unreleased amount: {{ player.unrelease_b_show }} ECU.

The C-participant’s portion of the unreleased amount: {{ player.unrelease_c_show }} ECU.

Your period payoff: {{ player.period_payoff_show }} ECU.

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

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 portion of the unreleased amount: {{ player.unrelease_b }} ECU.

The C-participant’s portion of the unreleased amount: {{ player.unrelease_c }} ECU.

The disclosure decision made by the C-participant: {{ player.disclose2 }}.

{{ if player.disclose == '1' }}

Every A-participant’s portion of the 50% unreleased amount after disclosure: {{ player.unrelease_a }} ECU.

The C-participant’s portion of the unreleased amount after disclosure: {{ player.unrelease_c_dis }} ECU.

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

{{ elif player.disclose == '2' }}

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

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

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 portion of the unreleased amount: {{ player.unrelease_c }} ECU.

The B-participant’s portion of the unreleased amount: {{ player.unrelease_b }} ECU.

Your disclosure decision made: {{ player.disclose2 }}

{{ if player.disclose == '1' }}

Every A-participant’s portion of the 50% unreleased amount after disclosure: {{ player.unrelease_a }} ECU.

The B-participant’s portion of the unreleased amount after disclosure: {{ player.unrelease_b_dis }} ECU.

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

{{ elif player.disclose == '2' }}

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

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