{{ extends 'global/Page.html' }} {{ block title }}{%if C.LANGUAGE == "ENG" %}Please wait for Player's 1 decision {%else%}Proszę poczekać na decyzję Gracza 1{%endif%}{{ endblock }} {{ block content }} {%if C.LANGUAGE == "ENG"%}

{% if subsession.round_number == 1 %} In this round you have been paired with younger member of your family. {% elif subsession.round_number == 2 %} In this round you have been paired with a younger stranger. {% elif subsession.round_number == 3 %} In this round you have been paired with a stranger at the age close to yours. That means that he or she in his or her family-pair was, like you, an older member of the family {% endif %}

You have been assigned the role of Player 2. That means that in this round you will not be taking any decision. Amount of money which Player 1 will decide not to keep for him- or herself will be transfered to you.

{%else%}

Przypisano {% if participant.vars.gender == 0 %} Panu{% else %} Pani{% endif%} rolę Gracza Odbierającego. To oznacza, iż nie podejmuje {% if participant.vars.gender == 0 %} Pan{% else %} Pani{% endif%} w tej rundzie decyzji. Kwota, której Gracz Decydujący nie zatrzyma dla siebie zostanie {% if participant.vars.gender == 0 %} Panu{% else %} Pani{% endif%} przekazana. W czasie gdy oczekuje {% if participant.vars.gender == 0 %} Pan{% else %} Pani{% endif%}, na decyzję Gracza Decydującego, chcemy zadać {% if participant.vars.gender == 0 %} Panu{% else %} Pani{% endif%} pytanie.

Wyobraź sobie, iż Graczem Decydującym będącym z {% if participant.vars.gender == 0 %} Panem{% else %} Panią{% endif%} w parze jest {% if subsession.round_number == 2 %} OBCA OSOBA, w wieku zbliżonym do członka {% if participant.vars.gender == 0 %} Pana{% else %} Pani{% endif%} rodziny, który zapisał się z {% if participant.vars.gender == 0 %} Panem{% else %} Panią{% endif%} na dzisiejszy eksperyment. {% elif subsession.round_number == 1 %}OBCA OSOBA, w wieku zbliżonym do {% if participant.vars.gender == 0 %} Pana{% else %} Pani{% endif%} {% else %} członek {% if participant.vars.gender == 0 %} Pana{% else %} Pani{% endif%} rodziny, który zapisał się z {% if participant.vars.gender == 0 %} Panem{% else %} Panią{% endif%} na dzisiejszy eksperyment.{% endif %} Jako Gracz Decydujący, osoba ta ma do dyspozycji {{C.ENDOWMENT}}. W takiej sytuacji, jaką kwotę otrzymaną od Gracza Decydującego {% if participant.vars.gender == 0 %}uznałby Pan{%else%}uznałaby Pani{%endif%} za satysfakcjonującą?

{%endif%} {% formfields %} {{ include C.DALEJ_TEMPLATE }} {{ endblock }}