{% extends "global/Page.html" %} {% load otree static %} {% block scripts %} {% endblock %} {% block content %}

Your role is: {{ player.get_role }}

Decision Task

Round: {{ player.round_number }} of {{ C.NUM_ROUNDS }}

You earned {{ points_earned }} points in the addition task.

You have been matched with a worker from one of 3 groups. The matched worker solved {{ worker_solved_problems }} problems correctly and earned {{ worker_points_earned }} ECUs in the addition task.

Do you want to take from the worker's earnings?

{{ formfield_errors 'wants_to_take' }}
{{ next_button }}
{% endblock %}