{% block title %}
Decision {{ decision_name }}, Part 2 Bonus
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
You chose to have part 2 bonus be {{ if player.bonusChoice == 3 }} {{ C.OUTSIDE_OPTION }} independently of how much the {{ if not participant.base }}computers produce {{ else }} computer produces {{ endif }} in this part {{ else }} the amount the computer {{ if not participant.treatment == 'base' }}of your choice{{ endif }} produces in this part{{ endif }}.
{{ if player.bonusChoice != 3 }} The computer produced {{ payoff_part2 }}.{{ endif }} Hence, your bonus from this part is {{ payoff_part2 }}.
Click the "Next" button to continue.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}