{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Игра: ваша взятка {% endblock %} {% block content %} {#

The task is over. Your performance is {{ group.score_B }}. You now have the opportunity to send a bribe to the official, out of your initial endowment of 10 ECU.

#} {# {% formfield group.contribution_B with label="How much money do you want to send to the official (0 to 9 ECU)?" %}#} {##}

Задание окончено. Ваш показатель производительности - {{group.score_B}}. Теперь у вас есть возможность отправить чиновнику взятку из вашего первоначального запаса в 10 ECU.

{% formfield group.contribution_B with label = "Сколько денег вы хотите отправить чиновнику (от 0 до 9 ECU)?" %} {% next_button %} {% endblock %}