The Sequence finishing in round {{paying_round}} has been randomly selected to be paid to you.
{% if info_acquisition == 1 %}
Your Round Payoff in that round was {{ total_earnings|cu|to1 }}, which includes a {{ info_cost|cu|to1 }} discount for the information about the dividend
{% else %}
Your Round Payoff in that round was {{ total_earnings|cu|to1 }}
{% endif %}
In addition, you will receive a ${{ show_up_fee|to0 }} participation payment.
This brings your total payment to ${{total_earnings_US}}+${{ show_up_fee|to0 }}=${{ total_payoff_US }}
{{ else }}
Thanks for participating:
The Sequence finishing in round {{paying_round}} has been randomly selected to be paid to you.
{% if info_acquisition == 1 %}
Your Round Payoff in that round was {{ total_earnings|cu|to1 }}, which include the discount for the information about the dividend
{% else %}
Your Round Payoff in that round was {{ total_earnings|cu|to1 }}
{% endif %}
In addition, you will receive a ${{ show_up_fee|to0 }} participation payment.
This brings your total payment to ${{total_earnings_US}}+${{ show_up_fee|to0 }}=${{ total_payoff_US }}
{{ endif }}
Note: For your record your participation code is {{participant.code}}.
Feel free to take a picture of this page.
{% endblock %}