{% extends "global/Page_volunteer_dilemma.html" %} {% load otree %} {% block title %}
| {{ if group.num_of_group != 2 and threshold_minus2 >= 0}} | {{threshold_minus2}}人{{ if group.num_of_group != 3 }}以下{{ endif }} | {{ endif }}{{threshold_minus1}}人 | {{group.threshold}}人{{ if group.num_of_group > group.threshold }}以上{{ endif }} |
|---|---|---|---|
| あなた | {{ if group.num_of_group != 2}}{{coop_fail_minus}} | {{ endif }}{{coop_success}} | {{coop_success}} |
| 協力した他者 | {{ if group.num_of_group != 2}}{{coop_fail_minus}} | {{ endif }}{{coop_success}} | {{coop_success}} |
| しない他者 | {{ if group.num_of_group != 2}}{{group.fail}} | {{ endif }}{{group.success}} | {{group.success}} |
| {{ if group.num_of_group != 2 and threshold_minus2 >= 0}} | {{threshold_minus2}}人{{ if group.num_of_group != 3 }}以下{{ endif }} | {{ endif }}{{threshold_minus1}}人 | {{group.threshold}}人{{ if group.num_of_group > group.threshold }}以上{{ endif }} |
|---|---|---|---|
| あなた | {{ if group.num_of_group != 2}}{{group.fail}} | {{endif}}{{group.fail}} | {{group.success}} |
| 協力した他者 | {{ if group.num_of_group != 2}}{{coop_fail_minus}} | {{endif}}{{coop_fail_minus}} | {{coop_success}} |
| しない他者 | {{ if group.num_of_group != 2}}{{group.fail}} | {{endif}}{{group.fail}} | {{group.success}} |
・協力しますか?(残り{{ timer_text }}
)