{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Результаты {% endblock %} {% block content %} {#
We remind you that you are a firm B in this game.
#} {#Your performance was {{ group.score_B }}, and the score of firm A was {{ group.score_A }}.
#} {#You sent to the public official {{ group.contribution_B }} .
#} {#Firm A sent to the public official {{ group.contribution_A }} .
#} {#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
#}Напоминаем, что вы гражданин в этой игре.
Показатель производительности фирмы А составил {{group.score_A}}, а фирмы В - {{group.score_B}}.
Фирма A отправила чиновнику {{group.contribution_A}}.
Фирма В отправила чиновнику {{group.contribution_B}}.
Чиновник передал контракт игроку: {{group.prize}}
Ваш выигрыш в этой игре составит {{player.payoff}}.
Пожалуйста, ответьте внимательно на все вопросы в опроснике, и вы получите дополнительно 5 ECU
{% next_button %} {% endblock %}