{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Результаты {% endblock %} {% block content %} {#

We remind you that you are a firm A in this game.

#} {#

Your performance was {{ group.score_A }}, and the score of firm B was {{ group.score_B }}.

#} {#

You sent to the public official {{ group.contribution_A }} .

#} {#

Firm B sent to the public official {{ group.contribution_B }} .

#} {#

The public official allocated the contract to {{ group.prize }}

#} {#

Your payoff in this game is {{ player.payoff }}.

#} {#

Please respond carefully to all questions and you will receive an additional 5 ECU

#}

Напоминаем, что вы фирма A в этой игре.

Ваш показатель производительности составил {{group.score_A}}, а у фирмы B - {{group.score_B}}.

Вы отправили чиновнику {{group.contribution_A}}.

Фирма В отправила чиновнику {{group.contribution_B}}.

Чиновник передал контракт игроку: {{group.prize}}

Ваш выигрыш в этой игре составит {{player.payoff}}.

Пожалуйста, ответьте внимательно на все вопросы в опроснике, и вы получите дополнительно 5 ECU

{% next_button %} {% endblock %}