{% load otree %}
{# {{ include C.PART2_TEMPLATE }}#} {{ if participant.treatment == 'deterministic' }}
The same computers solve the {{ label_sep }} task.
{{ else }}The same computer{{ if not participant.base }}s{{ endif }} solve{{ if participant.base }}s{{ endif }} the {{ label_sep }} task.
{{ 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:
Good quality:
Produces {{ part2_bonus_good }} in the {{ label_sep }} task.
{{ else }}
{{ endif }}
Bad quality:
Produces {{ part2_bonus_bad }} in the {{ label_sep }} task.