{{ 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 }}. You have work experience in this office and are familiar with the people working in this office.

{{ official_message }}

It is important for you to know that other {{ C.OFFICIAL_ROLE }} in this office 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 other {{ C.OFFICIAL_ROLE }} in this office were likely to accept private payments {{ if player.official_corrupt_norm == "honest" }} only 2 times or less out of 5 transferred decisions. {{ else }} 3 times or more out of 5 transfered decisions. {{ endif }}

In addition, {{official_notice }}

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 }}