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