{% extends "global/Page.html" %} {% load otree %} {% block title %} 你的选择 {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %}
你是小组领导
{% if p.role == 'Employee1' %} 小组成员{{ p.group_label }}发送给你{{ p.sent_amount }},你收到了三倍的实验币

{% formfield group.sent_back_amount1 label="你决定返还多少实验币?" %}

{% else %}{% if p.role == 'Employee2' %}小组成员{{ p.group_label }}发送给你{{ p.sent_amount }},你收到了三倍的实验币

{% formfield group.sent_back_amount2 label="你决定返还多少实验币?" %}

{% else %}{% if p.role == 'Employee3' %}小组成员{{ p.group_label }}发送给你 {{ p.sent_amount }},你收到了三倍的实验币

{% formfield group.sent_back_amount3 label="你决定返还多少实验币?" %}

{% endif %}{% endif %}{% endif %}
{% next_button %} {% endblock %}