{% load otree static %} {{ block title }}Round {{ player.round_number }} - Report Decision {{ endblock }} {{ block content }}

In this round, both you and your matched {{ if player.role == C.AUDITORX_ROLE || player.role == C.AUDITORY_ROLE }} Firm {{ else }} Auditor {{ endif }} observe the following {{total}} plates randomly drawn from {{ if player.role == C.AUDITORX_ROLE || player.role == C.AUDITORY_ROLE }} the Firm's {{ else }} your {{ endif }} 100 plates:

{{for i in plates}} {{if i == 1}} {{else}} {{endif}} {{endfor}} {{ if player.role == C.AUDITORX_ROLE || player.role == C.AUDITORY_ROLE }} {{ else }}

Note: Remember that your type is randomly determined at the beginning of each round; it is NOT constant across all rounds.

{{ endif }}

There are {{damaged}} damaged plates and {{undamaged}} undamaged plates. {{ if player.role == C.AUDITORX_ROLE || player.role == C.AUDITORY_ROLE }} Based on this information, what is your Report Decision? {{ formfields }} {{ else }} Based on this information, what do you think the Auditor's Report Decision will be? {{ formfields }} Note: Your answer to this question does not affect your earnings from Task 1. {{ endif }}

{{ endblock }}