{% block title %}
Decision {{ decision_name }} Bonus
{% endblock %}
{% block content %}
{{ if session.config.development }}
{{ endif }}
Your total bonus for Decision {{ decision_name }} is {{ payoff_total }}.
In part 1, you chose the {{ if player.environment_choice }} {{ label_pool }} {{ else }} {{ label_sep }} {{ endif }} task. The computer produced {{ payoff_part1 }} in part 1. In part 2, you chose your bonus to be {{ if part2_sep }} determined by {{ else }} independent of {{ endif }}the amount the computer produces in part 2. Your part 2 bonus is {{ payoff_part2 }}.
Click the "Next" button to continue.
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}