{% extends "global/PageExt.html" %} {% load otree_tags staticfiles %} {% block title %} Round {{ view.round_number }} of {{ Constants.num_rounds }}: Decision {% endblock %} {% block inner_content %}
You have {{ Constants.endowment }} point{{ Constants.endowment|pluralize }} at the beginning of this round.
You are matched with a random participant from group {{ player.another_subgroup_name }}.
You can send from 0 to {{ Constants.endowment }} point{{ Constants.endowment|pluralize }} to the participant of group {{ player.another_subgroup_name }}, with whom you are matched in this round.
At the same time participant with whom you are matched will also take the decision about sending points to you.
Each point you send to another participant is multiplied by {{ Constants.pd_factor }}. So if you send him or her 1 point, the participant will receive {{ Constants.pd_factor }} points.
Each point another participant sends to you is multiplied by {{ Constants.pd_factor }}. So if he or she sends you 1 point, you will receive {{ Constants.pd_factor }} points.