{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.role == Constants.governmentA_role or player.role == Constants.governmentB_role or player.role == Constants.governmentC_role }}
You({{player.role}}) set corporate tax rate at {{player.tax_rate}}%.
Your tax revenue this round: {{player.tax_rate}}% * number of businesses *1000 ={{player.tax_revenue}}
Other countries:
Country A gets {{group.TR_A}} with corporate tax at {{group.tax_A}}%
Country B gets {{group.TR_B}} with corporate tax at {{group.tax_B}}%
Country C gets {{group.TR_C}} with corporate tax at {{group.tax_C}}%
You run business in {{player.place}}
{{ if player.place == player.location }}Your profit this round: 1000*(1-tax rate) = {{player.profit}}
{{else}}Your profit this round: 1000*(1-tax rate)-moving cost = {{player.profit}}
{{endif}} {{ endif }}{{ next_button }}
{{ include Constants.instructions_template }} {{ endblock }}