The chip selected was {{amount}} and your total payment is ${{player.total_payment}}.
{% if treatment == 'clear_signal' or treatment == 'concealed_signal'%}
Your payment for the earlier task is {{final_payment|floatformat:2}} (where {{final_payment|floatformat:2}} was selected from round {{round_selected}}).
{% else %}
Your payment for the earlier task is {{final_payment|floatformat:2}} (where {{final_payment|floatformat:2}} is the sum of all the rounds played).
{% endif %}
And your payment for the this task is {{player.payment}}.