{% 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.

The manager in your group was given an opportunity to take from a randomly selected worker from one of the three groups. They also had the opportunity to make a transfer to the authority in your group. If your manager chose to take from a worker, you can report them.

If a transfer is not accepted, your report will be successful with {{ penalty_percentage }}% chance. If a transfer is accepted, your report will be successful with {{ treatment_percentage }}% chance.

Please interact with the sliders to make your choices. You must interact with both sliders to move on.

{% for tick in [1, 5, 10, 15, 20, 25, 30, 35, 40, 45] %}
{{ tick }}
{% endfor %}
None

{% if random_start_self == 51 %} A report will not be made. {% else %} If your manager took a minimum of {{ random_start_self }} percent from you, a report will be made. {% endif %}


{% for tick in [1, 5, 10, 15, 20, 25, 30, 35, 40, 45] %}
{{ tick }}
{% endfor %}
None

{% if random_start_other == 51 %} A report will not be made. {% else %} If your manager took a minimum of {{ random_start_other }} percent from another worker, a report will be made. {% endif %}

{{ next_button }}
{% endblock %}