{% block title %}
{#Computer{{ if stage_of_chosen_decision == 1 and participant.treatment == 'deterministic'}}s'{{ else }}'s{{ endif }}#}
{# produced money#}
{{ if not participant.treatment == 'base' }} Computers have produced money
{{ else }} Computer has produced money
{{ endif }}
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
The decision chosen to count is Decision {{ chosen_decision }} from Stage {{ stage_of_chosen_decision }}.
#} {#Hence, your bonus from this part is {{ payoff_part1 }}.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}