{{ 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 divison managers 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 directly transfer private payments {{ if player.firm_condition == "corrupt" }} 3 times or more out of 5 transferred decisions to the officials. {{ else }} only 2 times or less out of 5 transferred decisions to the officials. {{ endif }}

You also received information that head officials who will handle contracts in this region were likely to accept direct private payments {{ if player.official_condition == "corrupt" }} 3 times or more out 5 when the manager transferred the payment {{ else }} only 2 times or less out 5 when the manager transferred the payment. {{ endif }}

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

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