{{ extends 'global/Page.html' }} {{ block title }}Part 2{{ endblock }} {{ block content }}

Round {{player.round_number}}

This is round {{ player.round_number}}, and you are assigned to the {{ office }}. {{ message }}

It is important for you to know that other head officials in this office who become your teammates, have already participated in a similar decision situation in part 1.

Based on the decisions made in the previous part, it is now revealed that your teammates were likely to accept private payments {{ if player.firm_condition == "corrupt" }} 3 times or more out of 5 transfers from the managers. {{ else }} only 2 times or less out of 5 transfers from the managers {{ endif }}

You also received information that managers who participate in construction and procurement contracts were likely to directly transfer private payments {{ if player.official_condition == "corrupt" }} 3 times or more out 5 to the officials {{ else }} only 2 times or less out 5 to the officials. {{ endif }}

After learning this information, if you had to make a decision 10 times, how many times out of 10 would you accept the transfer payment from the {{ C.FIRM_ROLE}}?

{{ formfields }} {{ next_button }} {{ endblock }}