{{ block title }} Feedback {{ endblock }} {{ block content }}
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 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.
{{ 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.
Your period payoff: {{ player.period_payoff }} ECU.
{{ 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 period payoff: {{ player.period_payoff }} ECU.
{{ endif }}