{% load otree %}
{{ if player.round_number == 1 }} {{ include C.PART1_TEMPLATE }} {{ endif }}
{{ if not participant.base }} Each {{ else }} The {{ endif }} computer produces money from solving the task. How much money it produces depends on its quality as follows:
Bonus from Part 1: {{ if not participant.base }} You get the amount of money the computers produce in the task. {{ else }} You get the amount of money the computer{{ if not participant.base }}s{{ endif }} produce{{ if participant.base }}s{{ endif }} in the task. {{ endif }}
{{ if participant.treatment == 'strategy' }}If the computers solve the {{ label_sep }} task, you will be able to tell their quality.
{{ endif }}