{{ block title }}
Investment Feedback and choice on tax (round {{player.round_number}})
{{ endblock }}
{{ block content }}
In return for your investment, you received {{player.income }} tokens
{{if player.investmentChoice}}
, which are subject to a tax of {{player.tax_to_pay}} tokens.
Please keep in mind that if you fail to pay the tax, you will be audited
with a probability of {{Constants.control_prob_bank_1}}% and in this case
you will be subjected to a fine equal to {{Constants.fine1}} tokens.
Do you want to pay the tax?
{{else}}
. In the next step, the random audit mechanism checks your selection and if it
detects that you have chosen the shadow economy you will be fined {{Constants.fine1}} tokens.
The probability of being detected by this mechanism is {{Constants.control_prob_bank_1}}%.
Do you want to pay {{player.tax_to_pay}} tokens for the hiding feature that
protects you from any penalties?
{{endif}}
{{ formfields }}
{{ next_button }}
{{ endblock }}